SAX: Short tag's ...

Thomas Lehmann t.lehmann at rtsgroup.net
Mon Oct 5 10:23:54 EDT 2009


Hi!

Is there a way to recognize short tags in a XML?
I'm implementing a SAX handler...

Problem: storing the XML code I would need this information
in the startElement ...

How can I handle this?

<element id="abc" />
<element id="xyz" >any text</element>



More information about the Python-list mailing list