svn commit: r40266 - projects/entities/share/xml

Rene Ladan rene at FreeBSD.org
Tue Dec 4 16:22:06 UTC 2012


Author: rene
Date: Tue Dec  4 16:22:05 2012
New Revision: 40266
URL: http://svnweb.freebsd.org/changeset/doc/40266

Log:
  Include email.dtd to enable the <email> element in the XML tools.

Modified:
  projects/entities/share/xml/xhtml10-freebsd.dtd

Modified: projects/entities/share/xml/xhtml10-freebsd.dtd
==============================================================================
--- projects/entities/share/xml/xhtml10-freebsd.dtd	Tue Dec  4 16:16:46 2012	(r40265)
+++ projects/entities/share/xml/xhtml10-freebsd.dtd	Tue Dec  4 16:22:05 2012	(r40266)
@@ -56,6 +56,10 @@
 "http://www.FreeBSD.org/XML/doc/share/xml/cvs.dtd">
 %cvs;
 
+<!ENTITY % email PUBLIC "-//FreeBSD//DTD FreeBSD Email Keywords//EN"
+"http://www.FreeBSD.org/XML/doc/share/xml/email.dtd">
+%email;
+
 <!ENTITY % head.misc "(cvs:keyword|script|style|meta|link|object|isindex)*">
 
 <!ENTITY % html.orig PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


More information about the svn-doc-projects mailing list