Forms and conversion of certain characters

S

Stephen A Roberts

How do I prevent my input value in my form from being converted from
something like:
<?xml version="1.0"><message>Test Message</message>
to
&lt;?xml version=&quot;1.0&quot;&gt;&lt;message&gt;Test
Message&lt;/message&gt

which the server won't accept? (The server also requires me to POST the
message.)

Cheers

Steve
 
J

Jukka K. Korpela

Stephen A Roberts said:
How do I prevent my input value in my form from being converted from
something like:
<?xml version="1.0"><message>Test Message</message>
to
&lt;?xml version=&quot;1.0&quot;&gt;&lt;message&gt;Test
Message&lt;/message&gt

By not performing such a conversion in the form handler. If your _browser_
does that, file a bug report.
which the server won't accept?

Pardon? Your form handler accepts whatever you make it accept.
(The server also requires me to POST the message.)

I think this is getting too mystic now. Maybe a URL would throw some light.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,095
Messages
2,570,616
Members
47,232
Latest member
helpplease!

Latest Threads

Top