Altova Mailing List Archives>Archive Index >microsoft.public.xml Archive Home >Recent entries >Thread Prev - Re: Display all node names and values >Thread Next - Re: Display all node names and values Re: Display all node names and valuesTo: NULL Date: 9/4/2007 12:45:00 PM Brent D. wrote: > Also, I should have been a bit more clear, I am not looking for an XSLT > solution to the problem, rather, I would like to know how to iterate through > all nodes using the classes available in Asp.Net, ie: using the XMLDocument > and other XML classes provided by the framework, ie: The ASP.NET framework has an Xml control <http://msdn2.microsoft.com/en-us/library/System.Web.UI.WebControls.Xml.aspx> where you can supply the XML document and the XSLT stylesheet. Why can't you use that if you are using ASP.NET? Additionally the .NET framework has an XSLT processor implementation, System.Xml.Xsl.XslTranform in .NET 1.x, System.Xml.Xsl.XslCompiledTransform in .NET 2.0 and later, so you can use that with ASP.NET as well to perform an XSLT transformation as needed. So no need to complain about an XSLT solution because you use (ASP).NET, XmlDocument is not the only class the .NET framework has for XML processing. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
