Posted: Mon Sep 23, 2013 6:03 pm Post subject: Passing string parameters to a Java method from xslt
Newbie
Joined: 23 Sep 2013 Posts: 3
Hi All,
Can you please help me in passing two string parameters to a java method from XSLT.I am using an xslt node.
When I run the same i am able to invoke the method and getting the desired output.The same has been deployed in broker but its always giving the below error.Please help me.
avax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: The XSL processor reported a possibly fatal error.
Message: java.lang.IllegalArgumentException: name
at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:1017)
at com.ibm.xsl.exmlt.StylesheetCache.preprocessStylesheet(StylesheetCache.java:763)
at com.ibm.xsl.exmlt.StylesheetCache.getPreprocessedStylesheet(StylesheetCache.java:686)
at com.ibm.xsl.exmlt.StylesheetSelector.getTransformer(StylesheetSelector.java:372)
at com.ibm.xsl.exmlt.StylesheetSelector.performSelection(StylesheetSelector.java:681)
at com.ibm.xsl.exmlt.EnhancedXMLTransform.transformDocument(EnhancedXMLTransform.java:615)
at com.ibm.xsl.mqsi.XMLTransformData.transformData(XMLTransformData.java:555)
at com.ibm.xsl.mqsi.XMLTransformNode.evaluate(XMLTransformNode.java:965)
at com.ibm.broker.plugin.MbNode.evaluate(MbNode.java:1480)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum