11-28-2010 11:27 PM
I am using XML files to store the data regarding my work. Now I have to display the data to the end user as a preview of the data. it could be in any readable format like HTML,MS-Excel or MS-Word.
Can any one tell me how to convert the XML file in above format
11-30-2010 11:20 PM
Hi,
Inorder to convert a XML file to HTML you need to write an XSL script (EXtensible Style sheet Language). This script parses the XML file with a particular schema and shows the XML file in a browser.
Just open the XML file in Excel (2003 or above). It automatically parses the XML schema type and provides it as worksheet!
02-08-2014 03:01 AM