I have a web page and I want to send an XML stream to a backend CICS program using the HTTP Post command. I am using the FORM tag, and sending the dat up as a variable. The characters ‘<’. ‘>’, are being sent up as ‘%3e’, %3c’, etc. Is there a way to send them up as is?