http://qs1969.pair.com?node_id=354571


in reply to XML::Simple and <tag&gt </tag>

If you have control over the source XML document/stream you could possibly use some kind of substitution and a regex..

If you use a placeholder then quite easily you could do a s/\~placeholder/ /g.

  • Comment on Re: XML::Simple and <tag&gt </tag>