|
| |||
| 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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |