Using Python, Scan Text Fields in the database and Check a for Invalid Special Characters and Contents

63 Views Asked by At

I want to Scan some database TextFields for Invalid Special Characters, the data from these textfields will be converted to XML and/or HTML page. Moreover, I want to Check If an XML Self-Defining Entity like &#nnnn; is Valid. What is the best way to do that in Python? Does Python has any Library that can do that out of the box?

0

There are 0 best solutions below