hello,

my xpath query does not work, when I put the text value () to finish:

/request/header/source/text()

body of my message :

<?xml version="1.0" encoding="UTF-8"?>
<request>
        <header>
                <source><![CDATA[ALLAH]]></source>
        </header>
</request>


my route :

<route>
<from uri="activemq:queue:IN1"/>
<split>
<xpath>/request/header/source/text()</ xpath>

<t uri="activemq:queue:XML"/>
</ Split>
<t uri="activemq:queue:RESULT"/>
</ route>

any idea?

thanks in advance,

titexe
-- 
View this message in context: 
http://old.nabble.com/camel-%3A-xpath---text%28%29-tp26815065p26815065.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to