I am generating some XML with lxml and getting nodes generated like this:
<QBXML xmlns:py="http://codespeak.net/lxml/objectify/pytype" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
py:pytype="TREE">
and:
<MaxReturned py:pytype="int">
These custom attributes are killing Quickbooks' parser. Can I get LXML to render without the custom stuff?