in reply to Re: Perl converting some html entities when I don't want it to
in thread Perl converting some html entities when I don't want it to

...although I would add, for other unwary travelers, that as it's html entities, it is converting things like the £ sign to £, which means the xml import still fails on that as it needs warning that you're going to be doing that.

All in all, will be better in the long run to use an xml writer, though this works as a fix

Thanks again