Diff on XML with unicode using python -
i'm trying create web tool can visualize differences between 2 xmls. difflib working pretty in creating html differences, unicode text showed in xmls , resulting html contains html-encoded letters.
is there other approach problem?
i assume bothers 'html character entities', not numerical counterparts. may re-map them e.g. means of favorite cli tool supporting regexes (eg. sed) , tables unicode e-workers or reference. numerical entity encoding may used in html , xml files alike.
best regards, carsten
Comments
Post a Comment