- Add a releasetype profiling attribute that will be used in the release
notes to avoid the ugly workaround of that parameter entities can only be used in DTD subset now.
This commit is contained in:
parent
73674733ad
commit
faf9dd0152
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41631
1 changed files with 5 additions and 1 deletions
|
@ -32,7 +32,11 @@
|
|||
<!ENTITY % edition.attrib
|
||||
"edition CDATA #IMPLIED">
|
||||
|
||||
<!ENTITY % local.effectivity.attrib "%edition.attrib;">
|
||||
<!ENTITY % releasetype.attrib
|
||||
"releasetype CDATA #IMPLIED">
|
||||
|
||||
<!ENTITY % local.effectivity.attrib "%edition.attrib;
|
||||
%releasetype.attrib;">
|
||||
|
||||
<!ELEMENT xi:include (xi:fallback?)>
|
||||
|
||||
|
|
Loading…
Reference in a new issue