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=4286>. 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=4286 For not well formed XML document, the Transformer hangs(May be due to threading issues) Summary: For not well formed XML document, the Transformer hangs(May be due to threading issues) Product: XalanJ2 Version: 2.0.0 Platform: Sun OS/Version: Other Status: NEW Severity: Major Priority: Other Component: org.apache.xalan.transformer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Probs : For not well formed documents, the Transformer hangs after pointing out where the error is there in XML document. Here is the sample code, I am using. TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer( new StreamSource(XSLFileSource)); transformer.transform(new StreamSource(new File (XMLFileSource)), new StreamResult(stringWriter)); The XML File Source and XSL File Source are files present in file system. Thanks in advance Manoranjan
