[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XML and ASP

Subject: RE: XML and ASP
From: Guy_Murphy@xxxxxxxxxx
Date: Tue, 11 May 1999 14:00:40 +0100
load request asp
Hi Wendy.

The MSXML parser can save to a file directly. Check
http://msdn.microsoft.com/xml/xmlguide/server-saving.asp

[QUOTE]
Saving XML

You can save XML on the server using the save method, as shown in the
following excerpt:

<%
  Response.Expires = -1000;
  if (Request.ServerVariables("REQUEST_METHOD") == "POST")
  {
    // Load the posted XML data and save it to disk.
    xmldoc.load(Request);
    xmldoc.save(Server.MapPath("saved.xml"));
%>
Ok
<%
  }
%>
The MapPath method resolves relative paths into the full paths required on
the server.
[END QUOTE]

Cheers

     Guy







xsl-list@xxxxxxxxxxxxxxxx on 05/12/99 04:19:53 AM

To:   xsl-list@xxxxxxxxxxxxxxxx
cc:    (bcc: Guy Murphy/UK/MAID)
Subject:  RE: XML and ASP





I have writen an ASP page that produces XML which is sent to
the browser.
Now I want to put the XML out to file rather than to the browser
without using
file.Write "<Element>data</Element>"
through out the entire ASP page
Id like to the entire results of the ASP page a output it
to file.
Has anyone done this?
Does anyone have any sugestions?
Regards Wendy


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.