DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17763>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17763 Internal DTD comments cause invalid XML ------- Additional Comments From [EMAIL PROTECTED] 2003-03-11 13:04 ------- I've locally patched my Xalan so that it works correctly, the output I'm getting now is as follows: [...] <!DOCTYPE skinconfig [ <!-- id uniquely identifies the tool, and role indicates its function --><!-- Seems we can't use param entity refs until this is DTDified -->]> [...] Syntactically this is now correct, but is it what we want? Is there any usefulness in keeping only the comments from the internal DTD? If not, we're probably better of by inserting something like a DTDCommentRemoverPipe. Otherwise, I can file a bug/patch to Xalan for this.