XML documentation stinks - help?

A.M. Kuchling amk at amk.ca
Wed Sep 1 14:04:39 EDT 2004


@On 1 Sep 2004 10:08:47 -0700, 
	Simon John <simoninusa2001 at yahoo.co.uk> wrote:
> But with the XML examples I've managed to get going with Python, it
> seems to work in reverse - you need to know the data you're looking for
> first!

That's because you're comparing two different styles of interface, a
tree-style Perl interface with an event-style Python interface.  
minidom or ElementTree are comparable tree-style interfaces for Python.

--amk



More information about the Python-list mailing list