2
Reply

How do you present the content in XML format into a browser?

Sunil Kurian

Sunil Kurian

18y
4.1k
0
Reply

    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.

    18y
    0