- 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:
Gabor Kovesdan 2013-05-15 13:42:25 +00:00
parent 73674733ad
commit faf9dd0152
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41631

View file

@ -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?)>