> 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
;
>
> > -----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
; 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
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