- 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:
parent
787e06fec3
commit
775244b4fe
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26487
1 changed files with 7 additions and 0 deletions
7
share/sgml/entities.dtd
Normal file
7
share/sgml/entities.dtd
Normal 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;
|
Loading…
Reference in a new issue