Date: Wed, 15 May 2013 13:42:25 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-projects@freebsd.org Subject: svn commit: r41631 - projects/xml-tools/share/xml Message-ID: <201305151342.r4FDgP9T045572@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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?)>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305151342.r4FDgP9T045572>