AW: comparing two XML files

2014-05-05 Thread jhm
> It is simply a comparison of values in the files not of the structure > of the files. If you could compare via xpath then you could write that directly in Camel: from("direct:in") .switch() .when(xpath(...)).to(...) > Now I want to pull in some more data to the route to > allow m

Re: comparing two XML files

2014-05-05 Thread Stephen Cameron
; > > > -----Ursprüngliche Nachricht- > > Von: Stephen Cameron [mailto:steve.cameron...@gmail.com] > > Gesendet: Montag, 5. Mai 2014 05:59 > > An: users@camel.apache.org > > Betreff: comparing two XML files > > > > Hi, > > > > I want to do

AW: comparing two XML files

2014-05-04 Thread jhm
; Gesendet: Montag, 5. Mai 2014 05:59 > An: users@camel.apache.org > Betreff: comparing two XML files > > Hi, > > I want to do a data processing task, that involves comparing the > contents of two XML files. This is simply to match the equivalent > record in the second for ever

comparing two XML files

2014-05-04 Thread Stephen Cameron
Hi, I want to do a data processing task, that involves comparing the contents of two XML files. This is simply to match the equivalent record in the second for every record in the first, make a decision by comparing these matches, then generate a third file with the actions messages based on the t