Hi,

I am trying to convert one xml to other xml using xsl but I am getting error
resource not found.
My route is-
<route>
        <from uri = "file:src/data?noop=true" />
        <to uri = "xslt:src/data/book.xsl? />
        <to uri = "file:target/xml" />
</route>

Cannot find resource: classpath:src/data/book.xsl in classpath for URI:
classpath:src/data/book.xsl, 

please help me I am new in camel
Thank You



--
View this message in context: 
http://camel.465427.n5.nabble.com/XSLT-transformation-in-camel-tp5779179.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to