RE: wheres the API

[email protected] Mon, 19 Jan 2004 11:28:20 -0800
Newsgroups gmane.comp.web.zope.parsed-xml
Message-ID <AA7A72A46469D411B8B300508BE329500AE4E1AE@desi2>
The API is W3C DOM level 2; just get the nodes using getElementsByTagName()
(returns a DOM nodelist, which you would then traverse, do with what you
need).

Use the DOM level 2 API reference on w3.org or use the appendix to the book
Python and XML.

Sean

> -----Original Message-----
> From: Declan Shanaghy [mailto:[email protected]] 
> Sent: Monday, January 19, 2004 11:20 AM
> To: [email protected]
> Subject: [Parsed-XML-Dev] wheres the API
> 
> I just downloaded ParsedXML but cant find the API anywhere on 
> zope.org or even with a google search.
> 
> I need to know how to search for a particular tag within the xml.
> 
> 
> Dek
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design 
> software http://sitebuilder.yahoo.com
> 
> _______________________________________________
> Parsed-XML-Dev mailing list
> [email protected]
> http://mail.python.org/mailman/listinfo/parsed-xml-dev
>