XML Patch
Nicholas Cole
nicholas.cole at gmail.com
Sun Oct 26 13:00:16 EDT 2014
More information about the Python-list mailing list
Sun Oct 26 13:00:16 EDT 2014
- Previous message (by thread): Finding my way around help
- Next message (by thread): XML Patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Finding my way around help
- Next message (by thread): XML Patch
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list