You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/04/01 00:08:02 UTC

DO NOT REPLY [Bug 28110] New: - Transformation leads to random SAXParseException (data not bounded properly) when stressed

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: xalan-dev@xml.apache.org
        ReportedBy: hujn@cmu.edu


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.