On Thu, Jan 27, 2005 at 08:12:07PM +0100, Bjorn Reese wrote: > Jirka Kosek wrote: > > >are there any estimate when xmlTextReaderReadString could be > >implemented? Pull-mode parser without this function is not very usable > > Here you go...
Hum shouldn't you expand first the given node before collecting the children ? The fact that you're on a given node in the reader doesn't mean all its children are available. Seems an xmlTextReaderDoExpand() call is needed in case of an ELEMENT, wrong or right ? I will defer commiting the patch based on your answer :-) Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [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
