I have an XML file. I just want to create an HTML page by converting the XML file using linq to xml.I'm not posting XML file here because it is really a big file. You can assume any XML at your end. I just want a standard function which can access the XML file's data using Linq to XML and use this data to create an HTML page.How can I achieve this task?