Wrox Programmer Forums
|
Classic ASP XML Using ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP XML section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 19th, 2005, 03:16 AM
Registered User
 
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default displaying XML

I'm using the code shown below to display XML. But how do i configure it to be displayed in IE instead or is there another alternative?

Dim oDocument As New XmlDocument
oDocument.Load(Server.MapPath("asd\a.xml"))
Response.ContentType = "text/xsl"
oDocument.Save(Response.Output)






Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying XML format on ASP page GS ASP.NET 2.0 Basics 1 August 31st, 2007 08:33 PM
Displaying, reading & writing to xml Meitoosh VB.NET 0 July 24th, 2007 05:21 AM
Reg: displaying datase in xml format asp.net 2.0 sadiashoiab ADO.NET 0 April 19th, 2007 03:17 PM
Displaying your source xml filename Chamkaur XSLT 2 March 12th, 2007 04:32 AM
Consuming and displaying XML busher XML 5 July 12th, 2005 12:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.