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