On Wed, Jan 03, 2007 at 07:18:43AM -0800, Aleksey Sanin wrote: > > Can you write an example showing the use then, I'm a bit lost I admit :-) > > Sure :) This is pretty long one but ....
Hum, I see. The unfortunate thing is that you use xmlParserInputBufferPtr directly in your APIs, the normal way would be to use xmlReaderForIO() and let xmlreader handle it. The point is that xmlTextReaderSetup() is relatively 'internal' (the function block is kindof wrong, misses params) and the @input gets consumed by it. But if really you think xmlReaderForIO() ain't proper, then go ahead. My experience is that xmlParserInputBufferPtr is complex and will confuse users :-) > > Yes except that CVs was replaced with SVN (Subversion) and I didn't > >yet tried to look how to hook in the new infrastructure. I think there are > >pages on gnome.org about it to babystep the process > > > > Oh... See http://developer.gnome.org/tools/svn.html just use svn co svn+ssh://[EMAIL PROTECTED]/svn/libxml2/trunk libxml2 to get a fresh tree (assuming your login on gnome CVs was aleksey :-) 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
