473,386 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Pure XML to an ASP page without changing the actual text?

I am posting XML to a ASP web page, but it is not picking up the pure XML
messages, why not?

We have to use ENCTYPE="text/plain", otherwise the XML code is changed by
Microsoft.

Here is the listening page

'Get the requesting information
XMLString = Trim(Request.Form("XML"))
If len(XMLString) = 0 Then XMLString = trim(Request.Form())
If len(XMLString) = 0 Then XMLString = trim(Request.QueryString("XML"))

Nothing is coming back when posting the following page.

Here is the post page

<form name="form1" method="post" action="ServerRequest.asp"
ENCTYPE="text/plain">
<p>
<textarea name="XML" cols="100" rows="20" id="XML">
<Server_Requests>
<Server_Request>
<Login>
<ID>10</ID>
<Password/>
</Login>
<Action>
<ActionID>2000</ActionID>
<Message>help</Message>
</Action>
</Server_Request>
</Server_Requests>

</textarea>
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
Jul 19 '05 #1
1 1502

"Bryan Avery" <b_*****@yahoo.com> wrote in message
news:uV**************@TK2MSFTNGP12.phx.gbl...
| I am posting XML to a ASP web page, but it is not picking up the pure XML
| messages, why not?
Response.Write Request.Form("XML") '???
Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Matt | last post by:
Hi group, Here's a problem I've been trying to solve for the past several weeks. I have the standard WebBrowser object added to a form so it can access websites, and I have it load a default...
1
by: David Mertz, Ph.D. | last post by:
I decided to write a pure Python hashcash implementation. I have seen David McNab's Python implementation. Unfortunately, as near as I can tell (which is supported on the hashcash mailing list...
1
by: PeterB | last post by:
Hi! I'm using Pure ASP File Upload (http://www.asp101.com/articles/jacob/scriptupload.asp) to upload a file from a client to a server. I am testing both on a local IIS and a remote server. The...
37
by: WittyGuy | last post by:
Hi, I wonder the necessity of constructor and destructor in a Abstract Class? Is it really needed? ? Wg http://www.gotw.ca/resources/clcm.htm for info about ]
31
by: Greg Scharlemann | last post by:
Given some recent success on a simple form validation (mainly due to the kind folks in this forum), I've tried to tackle something a bit more difficult. I'm pulling data down from a database and...
2
by: SStory | last post by:
My client wants to design ever changing forms in Frontpage and have them mailed in HTML format to her. How could I go about using ASP or ASP.NET to take the information of any form she designed...
21
by: sks | last post by:
Hi , could anyone explain me why definition to a pure virtual function is allowed ?
6
by: Miguel Guedes | last post by:
Hello, I recently read an interview with Bjarne Stroustrup in which he says that pure abstract classes should *not* contain any data. However, I have found that at times situations are when it...
38
by: ted | last post by:
I have an old link that was widely distributed. I would now like to put a link on that old page that will go to a new page without displaying anything.
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.