Hi Yes the should be the same.
On Mon, Dec 5, 2011 at 5:22 PM, MichaelAtSAG <[email protected]> wrote: > 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. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
