dtdocbook: merge dtinfogen into dtdocbook.

This commit is contained in:
Liang Chang
2022-01-12 04:04:33 +08:00
parent f9e02f163b
commit c6661c92c9
161 changed files with 1884 additions and 2390 deletions

View File

@@ -30,4 +30,5 @@ sgml_DATA = docbook.dcl \
isolat2.gml \
isonum.gml \
isopub.gml \
isotech.gml
isotech.gml \
styprolog.sgml

View File

@@ -1140,7 +1140,7 @@
<suffix><content> ...</content></suffix>
</print>
<PATH> GROUP <select> @Choice == "OPT" && @Rep == "REPEAT" </select></PATH>
<PATH> GROUP <select> @Choice == "OPT" &amp;&amp; @Rep == "REPEAT" </select></PATH>
<online>
<prefix><content> [</content></prefix>
<suffix><content> ...]</content></suffix>
@@ -1178,7 +1178,7 @@
<suffix><content> ...</content></suffix>
</print>
<PATH> ARG <select> @Choice == "OPT" && @Rep == "REPEAT" </select></PATH>
<PATH> ARG <select> @Choice == "OPT" &amp;&amp; @Rep == "REPEAT" </select></PATH>
<online>
<prefix><content> [</content></prefix>
<suffix><content> ...]</content></suffix>
@@ -1211,7 +1211,7 @@
<prefix><content> | </content></prefix>
</print>
<PATH> GROUP ARG <select> position != 1 && @Choice == "OPT" </select></PATH>
<PATH> GROUP ARG <select> position != 1 &amp;&amp; @Choice == "OPT" </select></PATH>
<online>
<prefix><content> | [</content></prefix>
<suffix><content>]</content></suffix>
@@ -1221,7 +1221,7 @@
<suffix><content>]</content></suffix>
</print>
<PATH> GROUP ARG <select> position != 1 && @Rep == "REPEAT" </select></PATH>
<PATH> GROUP ARG <select> position != 1 &amp;&amp; @Rep == "REPEAT" </select></PATH>
<online>
<prefix><content> | </content></prefix>
<suffix><content> ...</content></suffix>
@@ -1231,7 +1231,7 @@
<suffix><content> ...</content></suffix>
</print>
<PATH> GROUP ARG <select> position != 1 && @Choice == "OPT" && @Rep == "REPEAT" </select></PATH>
<PATH> GROUP ARG <select> position != 1 &amp;&amp; @Choice == "OPT" &amp;&amp; @Rep == "REPEAT" </select></PATH>
<online>
<prefix><content> | [</content></prefix>
<suffix><content> ...]</content></suffix>

View File

@@ -0,0 +1,23 @@
<!DOCTYPE StyleSheet PUBLIC
"-//Common Desktop Environment//DTD DtInfo Bookcase Description//EN" [
<!ENTITY % ISO-List PUBLIC
"-//Common Desktop Environment//ENTITIES ISO Catalog//EN">
%ISO-List;
%ISOamsa;
%ISOamsb;
%ISOamsn;
%ISOamso;
%ISOamsr;
%ISOcyr1;
%ISOdia;
%ISOgrk1;
%ISOgrk3;
%ISOlat1;
%ISOlat2;
%ISOnum;
%ISOpub;
%ISOtech;
]>