2
Reply

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

Sunil Kurian

Sunil Kurian

Jul 26, 2006
4.1k
0

    Or bind it to a DataGrid and let it render it. XML, being open source kind of technology, open a lot of vistas.

    Suryakala
    July 26, 2006
    0

    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.

    July 26, 2006
    0