Please show us data in the form you have it, and in the form you want it, and how it is used. That will help us help you better, because currently, it is quite unclear to me what data you have, where you use it and where you think that HTTP::Request::Common will escape or unescape it.
| [reply] |
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
| [reply] |