Hi there,
I have generated an XML file and i want to be able to us it in my ASP .Net application, i have searched the web for ages looking for examples on how to use XML, cant find any real examples, do you know how?
Thanks
Rohan
Printable View
Hi there,
I have generated an XML file and i want to be able to us it in my ASP .Net application, i have searched the web for ages looking for examples on how to use XML, cant find any real examples, do you know how?
Thanks
Rohan
http://www.developer.com/xml/
Not specifically .NET but some interesting XML XSL articles.
The code generation gives a good example of what xml can do.
Where I am we use xml xsl and vb to create classes and collections based on the table structure of a SQL Server DB.