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=5129>. 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=5129 Transforming with http (IIS) objects take minutes to complete. ------- Additional Comments From [EMAIL PROTECTED] 2001-12-17 01:32 ------- Sorry, I don't know implementation details, I am working with a dll which has the following dependencies: XSLT.DLL, XERCES-C_1_5_1.DLL, XALANDOM.DLL, XALANTRANSFORMER.DLL. Transforming with XalanTransformer.transform (std::istrstream,const char*,std::ostrstream) and assigning the second parameter an URL like "http://myserver/mystylesheet.xsl", I have noticed the problem. Following your suggestion on 2001-11-27 09:15, I tryed to investigate the problem against Xerces with the reported results. But I agree with you (I had not focused on this before): this is strange because IDOM seems not involved with my project.