Hi, 
I want to covert my XML file which is in the following format to Excel:- 

Description="abcdefg" CreationDateTime="2010-06-10T13:06:13+01:00" 

FileType="Snapshot" ODMVersion="1.3" xmlns="http://www.cdisc.org/ns/odm/v1.3" 

xmlns:OpenClinica="http://www.openclinica.org/ns/openclinica_odm/v1.3" 

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 

xsi:schemaLocation="http://www.cdisc.org/ns/odm/v1.3 OpenClinica-ODM1-3-0.xsd" >


    

        

                  

            

                

                

                

            


What is the best way to convert this to Excel? I have nearly 1000 lines like this. How can I make the XSLT for this?

Cheers,