Hi

Have a problem when I use xlst and have a xls that contains the function
document(‘’).
For ex.
<xsl:variable name="month-node"
select="document('')/*/date:months/date:month[number(2)]"/>

This gives an exception like:  javax.xml.transform.TransformerException:
include href is empty

I have tried to use saxon, according to
http://camel.465427.n5.nabble.com/xslt-error-with-document-td5713535.html,
without any success.

My route:
<from uri="file:./xmlin/rcv/?move=./../inp"/>

<to uri="xslt:DocTest.xsl"/>

I’m stuck, grateful for any help…

Regards, Per 




--
View this message in context: 
http://camel.465427.n5.nabble.com/xslt-TransformerException-include-href-is-empty-tp5730288.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to