xsltproc offers the '--nodtdattr' option to cause libxslt not to add default attributes from the DTD to the output document when they aren't present in the source document. How can I achieve the same effect when doing XSLT with lxml? Thanks in advance for your help! Chuck