XML differencing anyone?

2005-04-01 Thread Christopher R Newman
Curious if anyone has any experience with XML differencing, especially on an Apache server. I've been looking at the Perl modules like XML::SemanticDiff, XML::Diff, and XML::DifferenceMarkup, but they all seem to have some slight limitations. I just realized it might be possible for me to set

Re: XML differencing anyone?

2005-04-01 Thread jinwen lu
Use Perl? I think Perl could be a good choice speed wise. jinwen --- Christopher R Newman <[EMAIL PROTECTED]> wrote: > Curious if anyone has any experience with XML > differencing, especially > on an Apache server. I've been looking at the Perl > modules like > XML::SemanticDiff, XML::Diff, and

Re: XML differencing anyone?

2005-04-01 Thread Christopher R Newman
I would probably prefer Perl since I actually know it.  But I was wondering if anyone had any suggestions on specific programs/modules to use for XML differencing.    Does ANYBODY have experience with this? Chris jinwen lu wrote: Use Perl? I think Perl could be a good choice speed wise. j