Personal tools
Skip to content. | Skip to navigation
This package provides a wrapper for lxml trees which serializes to string on iteration, but otherwise makes the tree available in an attribute.The primary for this is WSGI middleware which may avoid needless XML parsing and serialization.Usage It's recommend to use the lazy decorator on your application method. This allows you to return an lxml tree object, which is then automatically turned...
Document Actions