- Move language-independent entities directly to the DTD
This commit is contained in:
parent
f52cae8f60
commit
af7381742b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40848
19 changed files with 11 additions and 109 deletions
|
@ -3,6 +3,8 @@
|
|||
<!ENTITY % output.print "IGNORE"> <!-- Print output is being generated -->
|
||||
<!ENTITY % output.print.pdf "IGNORE"> <!-- PDF output -->
|
||||
|
||||
<!ENTITY % jade.compat "IGNORE">
|
||||
|
||||
<!ENTITY % local.tech.char.class "|hostid|username|groupname|devicename|maketarget|makevar|svnref">
|
||||
|
||||
<!ENTITY % filename.element "IGNORE">
|
||||
|
@ -13,8 +15,16 @@
|
|||
"/usr/local/share/xml/docbook/4.5/docbookx.dtd">
|
||||
%orig-docbook;
|
||||
|
||||
<!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"
|
||||
"nonexistent">
|
||||
"entities.ent">
|
||||
%orig-entities;
|
||||
|
||||
<!ELEMENT hostid (%cptr.char.mix;)*>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue