[XML-SIG] XML to Object translation

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon, 20 Nov 2000 10:59:18 +0100


> What is the best way to map XML to objects?

That's the Document Object Model, or DOM. See the W3C pages for an
exact specifcation. PyXML offers two DOM implementations, minidom and
4DOM.

Regards,
Martin