Re: [xml] htmlSAXUserParseMemory



On Fri, Sep 21, 2001 at 11:29:01AM -0700, Bill Moseley wrote:
Hi,

I'm using xmlSAXUserParseMemory.  Now, I'm trying to build a similar parser
for 
HTML.  Is there an equivalent SAXUserParseMemory for HTML?

  not really, could probably be built in a similar way as for the XML
parser.

Also, when using xmlSAXUserParseMemory() do I need to call xmlCleanupParser()?

  yes it's s library wide cleanup (note you don't have to call it,
it's just to recall some library allocated stuff if your program 
will proceed further without requiring the library anymore).

Daniel

-- 
Daniel Veillard      | Red Hat Network http://redhat.com/products/network/
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]