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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -