If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > How can I return an XML document

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-07-03, 08:30
Gvynt Gvynt is offline
Registered User
 
Join Date: Sep 2003
Location: Kyiv
Posts: 38
How can I return an XML document

Hello All!

I've got a question as foolows:
I need to make a script returning XML document.
How can I return a XML document I'm creating in my ASP page?

I'm creating XML document with CreateObject("Msxml2.DOMDocument"), then adding children to it. But how to return this document to a client?

Thanks
Reply With Quote
  #2 (permalink)  
Old 10-07-03, 15:51
Gvynt Gvynt is offline
Registered User
 
Join Date: Sep 2003
Location: Kyiv
Posts: 38
Re: How can I return an XML document

Well It was actually easy to use a xml property to retrieve an XML document,
It was my carelessness.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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