Hello I looked at this forum
transform csv file to xml
this answers one of my question for transforming a flat file to xml using xslt.
Kindly help me with the following queries.
1. How to run the xslt from a windows program and get the output as a message.
2. How to pass the file name as parameter to xslt from the program.
Previously for converting a xml to xml message using XSLT 2.0
I was using
VB program to run the xslt and inside the xslt I used xsl:message to get the output as message instead of xml file.
And also used XSLT2Transformer.XmlTranslate() to translate the message