XML Tree Discovery (script, tool, __?)

uche.ogbuji at gmail.com uche.ogbuji at gmail.com
Mon Oct 24 17:36:25 EDT 2005


"inally diving into XML programmatically.  Does anyone have a best
practice recommendation for programmatically discovering the structure
of an arbitrary XML document via Python?"

You can do this with DOM or SAX, or any of the many more friendly XML
processing libraries out there.  You might want to be more specific.
What sort of output do you want from this discovery?

--
Uche Ogbuji                               Fourthought, Inc.
http://uche.ogbuji.net                    http://fourthought.com
http://copia.ogbuji.net                   http://4Suite.org
Articles: http://uche.ogbuji.net/tech/publications/




More information about the Python-list mailing list