svn commit: r41631 - projects/xml-tools/share/xml
Gabor Kovesdan
gabor at FreeBSD.org
Wed May 15 13:42:25 UTC 2013
Author: gabor
Date: Wed May 15 13:42:25 2013
New Revision: 41631
URL: http://svnweb.freebsd.org/changeset/doc/41631
Log:
- Add a releasetype profiling attribute that will be used in the release
notes to avoid the ugly workaround of that parameter entities can only
be used in DTD subset now.
Modified:
projects/xml-tools/share/xml/freebsd45.dtd
Modified: projects/xml-tools/share/xml/freebsd45.dtd
==============================================================================
--- projects/xml-tools/share/xml/freebsd45.dtd Wed May 15 13:40:51 2013 (r41630)
+++ projects/xml-tools/share/xml/freebsd45.dtd Wed May 15 13:42:25 2013 (r41631)
@@ -32,7 +32,11 @@
<!ENTITY % edition.attrib
"edition CDATA #IMPLIED">
-<!ENTITY % local.effectivity.attrib "%edition.attrib;">
+<!ENTITY % releasetype.attrib
+ "releasetype CDATA #IMPLIED">
+
+<!ENTITY % local.effectivity.attrib "%edition.attrib;
+ %releasetype.attrib;">
<!ELEMENT xi:include (xi:fallback?)>
More information about the svn-doc-projects
mailing list