XML Web Server Control
An Xml Web server control reads XML and writes it into an ASP.NET Web page at the location of the control. If an XSL transformation (XSLT) is applied to the XML, the resulting transformed output will be rendered in the page. The following topics provide information on working with the XML Web server control.
In This Section
Related Sections
- ASP.NET Web Server Controls Overview
Provides general information on working with ASP.NET Web server controls.
- Individual ASP.NET Web Server Controls
Provides information on other Web server controls.
- XmlDataSource Web Server Control
Describes an ASP.NET Web server control that you can use to connect to XML data and make available to other controls on the page.