- Add a dummy DTD which includes most usual entities from xhtml1 specs.

This will let us use é and similar in our xml/xsltproc documents.
This commit is contained in:
Pav Lucistnik 2005-11-30 21:36:12 +00:00
parent 787e06fec3
commit 775244b4fe
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26487

7
share/sgml/entities.dtd Normal file
View file

@ -0,0 +1,7 @@
<!-- Simple DTD to get usual XHTML entities into our xml data. -->
<!-- This does not provide a validation! -->
<!-- $FreeBSD$ -->
<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;