How do you present the content in XML format into a browser?
Sunil Kurian
Or bind it to a DataGrid and let it render it. XML, being open source kind of technology, open a lot of vistas.
We can present the content in an XML using XSL. XSL is the best way to present the data to a browser. Or else we can programmatically parse the XML and present the data.