Hi

What Camel version do you use?
And have you tried upgrading to a newer release? We have fixed some
issues loading resources with the xslt component.

On Wed, Apr 3, 2013 at 4:59 PM, per.ce...@gmail.com <per.ce...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to