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

Rene Ladan rene at FreeBSD.org
Tue Dec 4 16:05:55 UTC 2012


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

Log:
  Add a DTD to allow the <email> element in the WWW tree, so that one can write
  &a.committer.email; instead of literal XHTML.

Added:
  projects/entities/share/xml/email.dtd

Added: projects/entities/share/xml/email.dtd
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/entities/share/xml/email.dtd	Tue Dec  4 16:05:55 2012	(r40262)
@@ -0,0 +1,5 @@
+<!ELEMENT email (#PCDATA)>
+<!ATTLIST email
+		role (nolink) #IMPLIED
+		xmlns CDATA "http://www.FreeBSD.org/XML/email"
+>


More information about the svn-doc-projects mailing list