queshaw / dita-ng

Automatically exported from code.google.com/p/dita-ng
Apache License 2.0
1 stars 1 forks source link

Need to not put .ent file entity declaration and reference in the .mod file #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As of revision 91 this declaration is showing up in the .mod file:

<!ENTITY % definitions 
  PUBLIC "-//OASIS//ENTITIES DITA XML Domain - RNC//EN" 
         "xmlDomainMod.ent" 
>
%definitions;

It should only be in the shell DTD.

Original issue reported on code.google.com by drmacro@gmail.com on 16 Jun 2013 at 7:56

GoogleCodeExporter commented 9 years ago
Commented out the code in the mod.xsl file. Need to move it into the shell 
generation code.

Original comment by drmacro@gmail.com on 16 Jun 2013 at 8:40