doc/share/sgml/entities.dtd
Pav Lucistnik 775244b4fe - Add a dummy DTD which includes most usual entities from xhtml1 specs.
This will let us use é and similar in our xml/xsltproc documents.
2005-11-30 21:36:12 +00:00

7 lines
264 B
DTD

<!-- 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;