xml4h icon indicating copy to clipboard operation
xml4h copied to clipboard

XML for Humans in Python

Results 6 xml4h issues
Sort by recently updated
recently updated
newest added

Raise an exception if a document containing entities is parsed by the underlying lxml library, since malicious entity declarations could be used to expose the content of arbitrary local files....

Hi team, I've contacted you via email, please let me know if you've received my email. Thanks

Provide tools or helpers of some kind to make it very easy to perform SAX parsing. Need to figure out exactly what this feature's goals should be, and crib examples...

enhancement
question

Add proper support for the more esoteric node types: DocumentType, DocumentFragment, Notation, Entity, EntityReference etc

enhancement

Think about improving the NodeList implementation for children, entities, notations, etc to allow for simple and intuitive interactions with lists of nodes, such as add/remove nodes directly via the nodelist...

enhancement
question

Find a way to make the _lxml_ `nsmap` namespace map mutable, perhaps with brute force? This is necessary to properly abstract namespace definition behaviour, so that defining namespaces with `xmlns`...

enhancement