CodeSnip: Displaying XML Files with ASP.NET 2.0
page 1 of 1
Published: 10 Aug 2004
Unedited - Community Contributed
Abstract
Displaying XML documents in web pages is a task that web developers perform on a regular basis. Using the XML web server control in ASP.NET 2.0 makes displaying XML data enjoyable. You can easily load different XSLT style sheets to show the same XML data in different ways.
by Andrew Mooney
Feedback
Average Rating: 
Views (Total / Last 10 Days): 6752/ 11

[ Run Sample ]
Displaying XML documents in web pages is a task that web developers perform on a regular basis. Using the XML web server control in ASP.NET 2.0 makes displaying XML data enjoyable. You can easily load different XSLT style sheets to show the same XML file in different ways.

This example uses a web page that contains both a DropDownList and an XML web server control to display an XML file (Authors.xml) using one of three different XSLT style sheets. When a selection is made from the DropDownList the SelectedIndexChanged event fires and the XML control's TransformSource property is set to the proper XSLT style sheet for the selected view.

There are three views to choose from:

  1. Authors Phone List Blue (Authors1.xslt)
  2. Authors Address List (Authors2.xslt)
  3. Authors Phone List Green (Authors3.xslt)

All of the views display the Authors.xml file in a different format. The only difference between the two phone lists is the back ground color.

The source code can also be viewed on the sample page. Hopefully this example will give you some ideas on how to display XML files using the ASP.NET XML web server control.



User Comments

No comments posted yet.

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-16 5:00:46 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search