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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.
