XML Patch

Joel Goldstick joel.goldstick at gmail.com
Sun Oct 26 13:13:46 EDT 2014


On Sun, Oct 26, 2014 at 1:00 PM, Nicholas Cole <nicholas.cole at gmail.com> wrote:
> Hi All,
>
> I'm looking for a python library that can parse XML Documents and
> create xml-aware "diff" files, and then use those to patch documents.
> In other words, I'd like something similar to the Google
> diff-match-patch tools, but something which is XML aware.
>
> I can see several projects on Pypi that can generate some form of xml
> diff, but I can't seem to see anything that can also do the patching
> side of things.
>
> Does anyone have any recommendations?
>
> Best wishes,
>
> Nicholas
> --
> https://mail.python.org/mailman/listinfo/python-list

Could you use git?


-- 
Joel Goldstick
http://joelgoldstick.com



More information about the Python-list mailing list