Hi
Please help me, i am stuck with this. My xml will be generated dynamically .i.e it is not the same always and it doesnot have the same elements or same number of nodes always, it may grow or shrink. How to convert this kind of xml to html in c#
I am using XpathNavigator to query the xml data, this works fine but i need to dislpay the entire xml in browser, for which i need to convert it into hmtl. How to achieve this.
Thnk you