On Tue, May 02, 2006 at 11:37:18AM +0200, Olivier Sirven wrote: > treatments on it. The problem is that these feeds are from very different > sources on which I don't have control. Sometimes they contains invalid > encoded characters but I would like to be able to parse them anyway....
Then you can't use an XML parser, by definition. You must reject those feeds or stop pretending being XML compliant. Daniel -- Daniel Veillard | Red Hat http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
