Shoobx / xmldiff

A library and command line utility for diffing xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update-text before and after

matthewkiely0 opened this issue · comments

Hi there,

I want to compare the differences between two xmls such that for a given node, I can present the original properties of the node (text, attribs etc.) and its new properties. For example, update-text returns the updated text of a node but not (as far as I am aware) the original text before the update, I would like to present both texts. Any advice? Thank you

You would need to create a formatter that does this for you. The XML formatted will do this, but the output isn't easy to read.