2008/7/8 cmoulliard <[EMAIL PROTECTED]>:
>
> Hi,
>
> Is it possible through the routing to tell the processor that I want to
> unmarshall a part of the XML file parsed ?
>
> Idea :
>
> From("File:///c:/temp/test)
> .extract(xpath(//NodeSearched/*)
> .unmarshall(jaxb)
> .to("bean:transform)

you could write custom Java for this in a bean, or use an XQuery
transform; then call

unmarshal().jaxb()

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://open.iona.com

Reply via email to