VB.Net XSLT transformation for converting single xml file to multiple html file -
i have designed xslt2.0 file transform single xml file multiple html files. have succeeded in transformation using xslt tools, looking vb.net code perform above transformation. me in regard, in advance.
-hari
microsoft not provide xslt 2.0 processor in .net framework need use third party solutions .net version of saxon 9.5 or xmlprime. see http://www.saxonica.com/documentation/index.html#!dotnet/dotnetapi api of saxon on .net , see http://www.xmlprime.com/xmlprime/doc/2.9/using-xslt.htm api of xmlprime.
Comments
Post a Comment