-
.net Xsl
hi,
i'm having a problem doing xsl.
i wanted to create an xml file with a xsl style. I saw several examples but don't know how to start.
i was wondering if the xsl file is written by me manually or should there be a function in the code to create it like creating an xml file?
Can someone pls point out the way how i can start...
An example would be much appreciated...
Thankx you!!!!
-
In most cases XSL is written by hand (ugly job).
In MSDN there is a lot of information on the subject, take a look at: ms-help://MS.VSCC/MS.MSDNVS/cpguide/html/cpconxslttransformationswithxsltransformclass.htm there is a simple code snippet at the bottom aswell.
If you don't like writing XSL yourself (like myself), you could take a look at BizTalk Server's Mapper. The Mapper can generate XSL for you, or at least a big part of it.
-
Thank you gijsj,
At least now i know that xsl have to be written manually.
Throughout my research, i only learn how to connect xsl to xml but never indicate that the xsl have to be written manually...
Anyway, really thank you!!!