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=22422>. 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=22422 ToSAXHandler.startDTD(String, String, String) does nothing but it should do something ------- Additional Comments From [EMAIL PROTECTED] 2003-08-14 18:03 ------- Brian, The problem still persists after applying the patch that you created. I built the latest version on cvs then applied the patch. I watched ToSAXHandler.startDTD(String, String, String) and noticed that it is never called to begin with. I believe the root of the problem lies somewhere else. As an experiment, I watched ToSAXHandler.comment(ch[], int, int) which is another method of LexicalHandler. This method gets called from org.apache.xalan.templates.ElemComment.execute(TransformerImpl) appropriately. Perhaps another agent is responsible for calling setDoctypeSystem(String) on the ToSAXHandler object, so that condition #3 as mentioned in the bug report is also met. Thank you for your attention, -Naeim
