diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-02-07 08:13:57 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-02-07 08:13:57 +0000 |
commit | bfaa449c45b0e7ba007a9be0e9676bb7ddd7b6f2 (patch) | |
tree | 0aa7df44ad358fba8817757ba06983c84b8655e2 /package/dtd | |
parent | cfdb40cec7bcc27b988deb618d19eda36bbce256 (diff) |
Allow the setting of the MediaType on the root folder
Diffstat (limited to 'package/dtd')
-rw-r--r-- | package/dtd/Manifest.dtd | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/package/dtd/Manifest.dtd b/package/dtd/Manifest.dtd index 66ce33331409..8dbf5e6197ee 100644 --- a/package/dtd/Manifest.dtd +++ b/package/dtd/Manifest.dtd @@ -1,5 +1,6 @@ +<!-- 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.3 2001-01-12 17:39:52 mtg Exp $ + $Id: Manifest.dtd,v 1.4 2001-02-07 09:13:56 mtg Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -52,8 +53,9 @@ Contributor(s): Martin Gallwey (gallwey@Sun.COM) --> -<!ELEMENT manifest:manifest (manifest:file-entry*) > +<!ELEMENT manifest:manifest (manifest:file-entry+)> <!ELEMENT manifest:file-entry EMPTY> -<!ATTLIST manifest:file-entry - manifest:full-path CDATA #REQUIRED - manifest:media-type CDATA #REQUIRED> +<!ATTLIST manifest:file-entry + manifest:full-path CDATA #REQUIRED + manifest:media-type CDATA #REQUIRED +> |