XML Patch
Joel Goldstick
joel.goldstick at gmail.com
Sun Oct 26 13:13:46 EDT 2014
More information about the Python-list mailing list
Sun Oct 26 13:13:46 EDT 2014
- Previous message (by thread): XML Patch
- Next message (by thread): XML Patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): XML Patch
- Next message (by thread): XML Patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list