On Mon, Jul 31, 2006 at 05:37:35PM +0530, Rahul Sharma wrote: > Hi, > I compiled libxml with --with-minimum configure option. Now in my > application source code I have been using xmlParseFile, this seems to be > dependent on older SAX1 interfaces, are there some alternative API's > that I can use and they should be available in a libxml build with -- > with-minimum configure option,
xmlReadFile it has a bit more arguments, should be faster too. Daniel -- Daniel Veillard | Red Hat 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
