svn commit: r41221 - projects/xml-tools/share/xml
Gabor Kovesdan
gabor at FreeBSD.org
Fri Mar 15 08:36:59 UTC 2013
Author: gabor
Date: Fri Mar 15 08:36:58 2013
New Revision: 41221
URL: http://svnweb.freebsd.org/changeset/doc/41221
Log:
- Add support for an edition profiling attribute that can be used to
mark up parts that are only rendered either in the online or in
the print editions of handbook
Modified:
projects/xml-tools/share/xml/freebsd45.dtd
Modified: projects/xml-tools/share/xml/freebsd45.dtd
==============================================================================
--- projects/xml-tools/share/xml/freebsd45.dtd Fri Mar 15 08:06:33 2013 (r41220)
+++ projects/xml-tools/share/xml/freebsd45.dtd Fri Mar 15 08:36:58 2013 (r41221)
@@ -30,6 +30,11 @@
<!ENTITY % local.common.attrib "%xmlns.attrib;
%xmlns.xi.attrib;">
+<!ENTITY % edition.attrib
+ "edition CDATA #IMPLIED">
+
+<!ENTITY % local.effectivity.attrib "%edition.attrib;">
+
<!ELEMENT xi:include (xi:fallback?)>
<!ATTLIST xi:include
More information about the svn-doc-projects
mailing list