On Sun, 2009-09-27 at 20:07 +0200, Dirk wrote: > uhm... any comment on this? maybe a suggestion how to make it parse at least > what it can parse? or which encoding i should use? > or a link to a solution?
You could try using iconv to convert the file to utf-8, or telling libxml the input is in latin1 or a Windows charset if the file doesn't parse. Liam -- Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/ Pictures from old books: http://fromoldbooks.org/ Ankh: irc.sorcery.net irc.gnome.org www.advogato.org _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
