[OGo-Developer] parsing HTML

Wolfgang Sourdeau developer@opengroupware.org
Wed, 14 Feb 2007 12:18:44 -0500


On 2007-02-14 11:51:12 -0500 Wolfgang Sourdeau <WSourdeau@Inverse.CA> 
wrote:

> Hi,
> 
> 
> Is SaxObjC able to parse HTML or is it limited to XML? Should I 
> implement my 
> own parser for it?

I guess this is the answer to my own question:

       parser = [[SaxXMLReaderFactory standardXMLReaderFactory]
                  createXMLReaderWithName: @"libxmlSAXDriver"];


Wolfgang