Re: [xml] How to parse xml with out



On Mon, Jan 27, 2003 at 05:22:16PM +0100, Matthias Pieroth wrote:
  It's a tree structure. You have parent <-> children links
and next <-> prev links to navigate among the siblings. Traversing
the tree in document order is a basic algorithm exercise. You
can look at xmlXPathNextDescendant() in xpath.c for help.

And there is no chance to use the xmlreader interface withput a file, cause I 
like it very much?

  At the moment, no. Building an xmlreader from a document requires
access to data structures which are not availble at the API level.
Log an RFE in bugzilla if you want this in the future.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]