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-20 04:43 ------- Naeim, please try the new patch. I ran through your testcase (thanks!) and found that org.apache.xalan.transformer.TransformerImpl has a method: createSerializationHandler(Result,OutputProperties) For a StreamResult the factory method: SerializerFactory.getSerializer(Properties) is used and the PUBLIC and SYSTEM ID's are respected, but not so for SAXResult. The patch that I just attached should fix that problem. It is not yet applied to Apache. Please verify that it fixes your problem. Regards, Brian Minchau
