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 2002/05/16 08:36:45 UTC

DO NOT REPLY [Bug 9146] New: - xml-xsl transformation bug

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=9146>.
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=9146

xml-xsl transformation bug

           Summary: xml-xsl transformation bug
           Product: XalanJ2
           Version: 2.3Dx
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: prashant_k_patil@yahoo.com


DOMSource xslds=new DOMSource(rootnode);
        //where rootnode=<xsl:stylesheet>node in .xsl file
tFacotory.newTransformer(xslds);
transformer.transform(xmlds,strres);
       //where xmlds=xml dom source.


i get the error that
TranformerConfigurationException,TransformerException,ArrayIndexOutOfBoundsException.(but
when i directly load .xsl file in DomSource the XML-XSL transformation takes
place correctly)

Only when i load <xsl:stylesheet> node as xsl dom source node then i get this
error.

please help me out.