Go Back   CP Web Hosting - reseller hosting > Browser Scripting, HTML, XML and Multimedia > XML
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-20-2007, 03:57 AM
Senior Member
 
Join Date: Apr 2007
Posts: 311
Default read XML data into the server using ASP

How do I read XML data into the server using ASP?
Reply With Quote
  #2 (permalink)  
Old 06-20-2007, 03:58 AM
Senior Member
 
Join Date: May 2007
Posts: 329
Default

Quote:
Originally Posted by Axe Solutions View Post
How do I read XML data into the server using ASP?
The ASP should use the Microsoft XML Parser to read the XML elements and traverse the tree.

To get the XML in, try assigning the whole post data to a variable.

Dim strXML
Dim objXML
strXML = Request.Form
Set objXML = Server.CreateObject("Microsoft.XMLDOM")

' Do manipulation here

Set objXML = Nothing ' Free it after use
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:21 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0