in reply to Re: (jeffa) Re: An ampersand is not well-formed XML data?
in thread An ampersand is not well-formed XML data?
Okay, right on. The problem now is where I should do the encoding. XML::Parser bombs out and dies as soon as it sees the ampersand, before it gets passed to the handler.It needs to get done before it ends up as so-called XML. It's not XML if the encoding hasn't been done. Go upstream and fix the problem there. If you are getting files in that format, scream at the provider. For them to call it XML is doing a disservice to the meaning of what XML's about.
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: (jeffa) Re: An ampersand is not well-formed XML data?
by donfreenut (Sexton) on Apr 30, 2001 at 21:18 UTC | |
by merlyn (Sage) on Apr 30, 2001 at 21:20 UTC |