If I add that empty "transform" tag, I get an exception thrown when the
Spring context tries to initialize. Says that the "content of element
'transform' is not complete".

Thanks,
Douglas



Christian Mueller wrote:
> 
> Could you try:
> 
> <route id="myRoute">
>   <from uri="blahblah" />
>   <to uri="anEndpointThatGivesAResponse" />
>   <to uri="xslt:/path/to/transform" />
>   <to uri="validator:/path/to/schema/file" />
>   <transform />
> </route>
> 
> 
> Best,
> Christian
> 


--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Validator-Eats-the-Message-tp4728003p4728354.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to