XML data in aspx

  • Thread starter Thread starter Looch
  • Start date Start date
L

Looch

Hi All,

Is there a VS2005 control that can use an XML file as its source and
show the resulting XML file contents? Similar to opening the XML file
in a new browser window, but the file data is actually shown within
the control that is on an aspx page.

Thanks for any suggestions.
 
Looch said:
Is there a VS2005 control that can use an XML file as its source and
show the resulting XML file contents? Similar to opening the XML file
in a new browser window, but the file data is actually shown within
the control that is on an aspx page.

With the Xml control you would need a fitting XSLT stylesheet.
Or you switch to Oleg Tkachenko's eXml control
<URL:http://www.xmllab.net/Products/eXml/tabid/174/Default.aspx>, it has
a property ShowFriendlyXml for nice XML output.
 
Back
Top