Parsing an HTML buffer (not file or URL)

Hello,
I've been using the w3c C library on Linux to parse an HTML file by using a
file URL.  I would n ow like to parse a char * that points to an HTML buffer
(an HTML string) in memory.

How do I use the w3c library to do this?  IE, I dont have a URL any more,,,
just a pointer to my buffer.  Right now I'm writing that buffer to file and
then using a file URL which is horrible

Thanks
Lyle

Received on Saturday, 10 February 2001 14:07:47 UTC