DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28110>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28110 Transformation leads to random SAXParseException (data not bounded properly) when stressed Summary: Transformation leads to random SAXParseException (data not bounded properly) when stressed Product: XalanJ2 Version: CurrentCVS Platform: Sun OS/Version: Solaris Status: NEW Severity: Critical Priority: Other Component: org.apache.xalan.xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] We are transforming thousands of XML files, and we are getting random errors like the following: 'org.xml.sax.SAXParseException: Error in XSLT: Translation has lead to data that is not bounded properly by XML tags. The error is not caused by the XML file or the XSLT templates we are using, as the work fine if transformed from the commandline. Out program that does the transformation uses multiple threads, eaching having its own Transformer instance.
