Hi All,
Could you please help?. We tried to run an XSLT code in WM8.0 but it is getting failed with the following error
“com.wm.app.b2b.server.ServiceException: [XSL.0002.9001] JAXP: Error instantiating transformer - Failed to compile stylesheet. 1 error detected”.
We’re using “net.sf.saxon.TransformerFactoryImpl” transformer.
and the style sheet contains the following
<xsl:stylesheet version=“2.0” xmlns:xsl=“[URL]http://www.w3.org/1999/XSL/Transform[/URL]” xmlns:xs=“[URL]http://www.w3.org/2001/XMLSchema[/URL]” xmlns:fn=“[URL]http://www.w3.org/2005/02/xpath-functions[/URL]” xmlns:xdt=“[URL]http://www.w3.org/2005/02/xpath-datatypes[/URL]”>
Can somebody help us…