On Wed, Sep 26, 2007 at 08:32:31AM +0200, Niels Van Hoef wrote: > I know this is a great drawback of labVIEW but unfortunately these are > the tools I have to work with. Is there a work around (function or > combination of functions) I can use to get the next child (NodePtr) > form the childrenlist or should I defer to the xmlReader where the > callback function allows me to step through the document. > > Perhaps there is a function that converts the current node of the > xmlReaderPtr to a xmlNodePtr?
Check xmlReaderWalker() it makes a Reader from a parsed document tree allowing to use the Reader API on existing document trees. That should work. Daniel -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
