- Add support for an edition profiling attribute that can be used to
mark up parts that are only rendered either in the online or in the print editions of handbook
This commit is contained in:
parent
a1f0eaf271
commit
12a63b01e2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41221
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
|||
<!ENTITY % local.common.attrib "%xmlns.attrib;
|
||||
%xmlns.xi.attrib;">
|
||||
|
||||
<!ENTITY % edition.attrib
|
||||
"edition CDATA #IMPLIED">
|
||||
|
||||
<!ENTITY % local.effectivity.attrib "%edition.attrib;">
|
||||
|
||||
<!ELEMENT xi:include (xi:fallback?)>
|
||||
|
||||
<!ATTLIST xi:include
|
||||
|
|
Loading…
Reference in a new issue