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

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.

  • Comment on Re^3: HTTP::Request::Common - Unescape some characters

Replies are listed 'Best First'.
Re^4: HTTP::Request::Common - Unescape some characters
by ejaincom (Novice) on Jun 24, 2009 at 13:50 UTC
    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