in reply to How to convert <,&,>,",' into XML &lt;,&amp;,&gt;,&quot ..

Or you could build your XML using a module (XML::Writer, XML::Generator)

  • Comment on Re: How to convert <,&,>,",' into XML &lt;,&amp;,&gt;,&quot ..