How to generate XML File using XSD and Excel(XSL) File in C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi,Friends I want to Convert XSL file into XML file by applying XSD file to XSL file. How can I generate Valid XML file according to XSD file. Thanks abm
Hi abm, You might want to look at http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/b6e8a28c-6760-4e86-a1aa-e2ce9ec36380/[^] After you read in the file you can validate the XML http://www.codeguru.com/csharp/csharp/cs_data/xml/article.php/c6737[^]. If you can export the XSL file to a CSV file, you probably could built an XSLT transformation easier than using the Jet DB provider, depending on your situation. Hope that helped. -Ken