On Wed, Feb 23, 2005 at 01:21:05PM +0200, Pieter Louw wrote: > That is my question, how do I convert the & to &? > > or are there no function to do this in libxml?
As Daniel said, "Whatever generating this must be fixed". If you have to fix this yourself, try something like sed 's/&/&/' and parse the resulting file. With kind regards, Baurzhan. _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
