How to Show XML File data in a HTML File?
-
hi all, I have a XML File with Data(ab001.xml).Now I need to show all the data in a Web Form using C# and ASP.NET. Xml File is creating Dynamically.I need to show all data as HTML File. regards, pubudu
-
hi all, I have a XML File with Data(ab001.xml).Now I need to show all the data in a Web Form using C# and ASP.NET. Xml File is creating Dynamically.I need to show all data as HTML File. regards, pubudu
Hello I don't remember the exact code. But some guideline 1) You have to create - XMLDocument Object - XSLTransformation Object. For data presentation you must create XSLT file (assuming your Dynamic XML file's attributes are fixed) Using XSLTransform Object's Transform Method you can transform your XML data into HTML Format You have to Import 2 namespaces - System.Xml - System.Xml.Xsl Pankaj Kulkarni -- modified at 3:34 Thursday 9th February, 2006