diff options
Diffstat (limited to 'share/xml/freebsd50.dtd')
-rw-r--r-- | share/xml/freebsd50.dtd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/share/xml/freebsd50.dtd b/share/xml/freebsd50.dtd new file mode 100644 index 0000000000..d9247b8f06 --- /dev/null +++ b/share/xml/freebsd50.dtd @@ -0,0 +1,19 @@ +<!ENTITY % orig-docbook PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN" + "docbook50.dtd"> +%orig-docbook; + +<!ENTITY % iso8879.ent PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML" + "http://www.FreeBSD.org/XML/www/share/xml/iso8879.ent"> +%iso8879.ent; + +<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN" + "authors.ent"> +%authors; + +<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN" + "man-refs.ent"> +%man; + +<!ENTITY % orig-entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN" + "entities.ent"> +%orig-entities; |