Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.3Dx
-
None
-
None
-
Operating System: Linux
Platform: PC
-
9146
Description
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.