View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
m.ahrens m.ahrens is offline
external usenet poster
 
Posts: 16
Default Transform xsl file to xml file programmatically

Hi all

I have an xsl file and would like to transform it into an xml file. The same
way as if i would open the xsl file in excel and then save as... xml file
(Office 2003).
is there a way to do it in c#(or whatever else) in visual studio .net?

and how can i then transform it back from xml into an xsl file?

thanks for your help
m.ahrens