Hi

I am not getting any output running the following xml file,

<route xmlns="http://activemq.apache.org/camel/schema/spring"; id="null_1">
    <from uri="file:///c:/temp1?noop=true" id="File_2"/>
    <transform id="MessageTranslator_0">
        <xpath>/Students/Student</xpath>
    </transform>
    <convertBodyTo type="java.lang.String" id="ConvertBodyTo_0">
    </convertBodyTo>
    <to uri="file:///c:/temp1/MsgtrnsDebug" id="File_0"/>
</route>

It works fine with other expressions like simple. Can we use xpath to
translate a message?

Thanks,
Lavanya.
-- 
View this message in context: 
http://www.nabble.com/Can-I-use-a-message-translator-with-an-xpath-expression--tp23422445p23422445.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to