Hi. It looks like the xmlReader parser is able to parse HTML. At least it accepts doctype at document start. It does however behave differently than the SAX/DOM HTML parser. For example it wants closing tags for META and LI.
To what extend does xmlReader support HTML? I think a lot of things would be easier for me if I could move from SAX to xmlReader, however I need to be able to parse HTML. Sincerely, Joachim _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
