diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-03-19 11:27:07 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-03-19 11:27:07 +0000 |
commit | 605f905d7639ac05b94f600ea69ecfbe90ba344a (patch) | |
tree | e9e1322731188fe4d1f24e878295b3459f588dc4 /package | |
parent | 0a84e903cf945139f632efc92ba4464e1d8cac36 (diff) |
added attribute to ensure a namespace declaration
Diffstat (limited to 'package')
-rw-r--r-- | package/dtd/Manifest.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dtd/Manifest.dtd b/package/dtd/Manifest.dtd index 8dbf5e6197ee..087c8441b61a 100644 --- a/package/dtd/Manifest.dtd +++ b/package/dtd/Manifest.dtd @@ -1,6 +1,5 @@ -<!-- edited with XML Spy v3.5 NT beta 3 build Dec 21 2000 (http://www.xmlspy.com) by Martin Gallwey (Sun Microsystems) --> <!-- - $Id: Manifest.dtd,v 1.4 2001-02-07 09:13:56 mtg Exp $ + $Id: Manifest.dtd,v 1.5 2001-03-19 12:27:07 mtg Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -54,6 +53,7 @@ --> <!ELEMENT manifest:manifest (manifest:file-entry+)> +<!ATTLIST manifest:manifest xmlns:manifest CDATA #FIXED "http://openoffice.org/2001/manifest"> <!ELEMENT manifest:file-entry EMPTY> <!ATTLIST manifest:file-entry manifest:full-path CDATA #REQUIRED |