Are these two Spring XML expressions functionality equivalent?

(1)
<choice>
        <when>
                <xpath>
                        $evtType = 'PartInventoryLow'
                </xpath>

(2)
<choice>
        <when>
                <language language="xpath">
                        $evtType = 'PartInventoryLow'
                </language>

Thanks!
Michael

--
View this message in context: 
http://camel.465427.n5.nabble.com/Same-thing-tp5049364p5049364.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to