Re: [xml] xmlParseFile;encode - newbie question



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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]