Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sax

Jython And The Sax Parser: No More Than 64000 Entities Allowed?

I've done a simple test of the xml.sax parser in Jython on a large XML file (800 MB) and encoun… Read more Jython And The Sax Parser: No More Than 64000 Entities Allowed?

Generate Xml With Sax2 In Python

I have a data model or an object from a class, and I need to initialize it by reading from an xml f… Read more Generate Xml With Sax2 In Python