summaryrefslogtreecommitdiff
path: root/xmlscript/dtd/libraries.dtd
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-06-08 09:42:31 +0000
committerAndreas Bregas <ab@openoffice.org>2001-06-08 09:42:31 +0000
commit160003924455de19f6146845ed3f319aa9cf29d2 (patch)
tree41db881c5a76bae3bdb46e3d79667fb09e5eab8d /xmlscript/dtd/libraries.dtd
parent2cb1fd2a27082167e10803b09daa2371a0358b48 (diff)
#87920# Added brackets to make DTD well formed
Diffstat (limited to 'xmlscript/dtd/libraries.dtd')
-rw-r--r--xmlscript/dtd/libraries.dtd8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlscript/dtd/libraries.dtd b/xmlscript/dtd/libraries.dtd
index 6a1176b44f..ae1fa5e4c7 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