diff options
author | Andreas Bregas <ab@openoffice.org> | 2001-06-08 09:42:31 +0000 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2001-06-08 09:42:31 +0000 |
commit | 66a2d0eae49207235eff2feb179e82e266471bb6 (patch) | |
tree | cb2233c9392b774e164a2b229fde5b23c7e7e88a /xmlscript/dtd | |
parent | 4533a9d2d08e6f941c06e878b910dc5153d3127b (diff) |
#87920# Added brackets to make DTD well formed
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r-- | xmlscript/dtd/libraries.dtd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/dtd/libraries.dtd b/xmlscript/dtd/libraries.dtd index 6a1176b44f57..ae1fa5e4c7f0 100644 --- a/xmlscript/dtd/libraries.dtd +++ b/xmlscript/dtd/libraries.dtd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: libraries.dtd,v 1.1 2001-05-22 13:41:03 ab Exp $ + $Id: libraries.dtd,v 1.2 2001-06-08 10:42:31 ab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -56,13 +56,13 @@ <!ENTITY % boolean "(true|false)"> -<!ELEMENT library:libraries library:library*> +<!ELEMENT library:libraries (library:library)*> <!ATTLIST library:libraries - xmlns:dlg CDATA #FIXED "http://openoffice.org/2000/library" + xmlns:library CDATA #FIXED "http://openoffice.org/2000/library" xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink" > -<!ELEMENT library:library library:element*> +<!ELEMENT library:library (library:element)*> <!ATTLIST library:library library:name CDATA #REQUIRED xlink:href CDATA #IMPLIED |