I'm almost certain that neither
libxml++ nor the underlying C library libxml2 contains a function
that compares XML files.
If you want to test for exact equality, I suppose you can use the Unix/Linux command diff or a similar command. If you want to ignore insignificant differences, like some white space, it gets more complicated. Kjell 2013-08-01 22:24, Pablo Madoery skrev:
|