Hi,
I have a camel endpoint .to("xslt:xslt/transformer.xsl") and in the
transformer.xml file I try to use
<xsl:variable name="now" select="current-dateTime()"/>
but deployment failed and get the "Error creating XSLT template.
This is most likely be caused by a XML parse error. Please verify your
XSLT file configured."
message.
I guess the problem is probably caused by the parser used by Camel
because when I using as jbi endpoint there are no issues.
Can I change the Camel XML parser ?
Thanks,
Zsolt