Hello,
I have a problem with htmlentities. A badly coed HTML source does not contain the "<" So the problem, all the html nœud are lost, and the texts of nodes seem to be mixed. ===== Example == (sample code extract from Url : http://www.bucheron.net/weblogs/index.php?2006/06/19/3129 ) <div> <a href="/weblogs/index.php?2006/06/19/3130-enfin-de-l-action-dans-la-petite-galaxie-francaise-du-web-20" title="Enfin de l'action dans la petite galaxie Fran\347aise du Web 2.0"><< Article suivant</a> | </div> ============================ ============ Result ========= <div> <a href="/weblogs/index.php?2006/06/19/3130-enfin-de-l-action-dans-la-petite-galaxie-francaise-du-web-20" title="Enfin de l'action dans la petite galaxie Française du Web 2.0"> | </a> </div> ============================ Does anyone have a solution ? Thank you, -- Stéphane Rubino
_______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
