Re: [xml] PATCH: compiling without sax1



On Tue, Jan 13, 2004 at 11:56:01AM -0700, Mark_Vakoc peoplesoft com wrote:
small changes to HTMLParser.c, relaxng.c, and some test*.c  to not use SAX1
functions so that libxml2 may be compiled with relaxng and html parser but
without sax1

  Still trying to trimm down the size of the library :-) ?

Basically uses xmlReadFile instead of xmlParseFile

  Well, the two calls are not really equivalent because xmlParseFile
relies on the settings set in global variables, while xmlReadFile does not
(it's a feature !). But I don't expect the changes to be a problem in
those specific cases.
  Applied and commited, thanks !

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]