in reply to Re^3: HTTP::Request::Common - Unescape some characters
in thread HTTP::Request::Common - Unescape some characters

Some details as asked:
I have to post an xml to a URL so i am doing two step escaping:
1. for the values of XML, which are html escaped.
2. For the whole of xml generated which is URL Escaped

First step by HTML::Entities and second step done automatically by HTTP::Request::Common.
Now i need to know how to do it correctly,

Thanks
abhishek
  • Comment on Re^4: HTTP::Request::Common - Unescape some characters