xsltconv.exe download for xsl 1.0 to 1.1 conversi
Read there is xsltconv.exe from Microsoft which can convert from xsl 1.0 to xsl 1.1 cannot find the executable anywhere on Microsoft site.
Could someone email me the binary or point me to a place where the binary can be downloaded?
Issue:
Old stylesheet which uses xmlns:xsl="http://www.w3.org/TR/WD-xsl" and cannot be used for xml to html by xslt
processors like saxon, xalan (2.71), or xsltproc(Using libxml 20626, libxslt 10117 and libexslt 813) xmlns:xsl="http://www.w3.org/1999/XSL/Transform". The xml & xsl > html works with msxsl.exe in windows. I need a *NIX solution.
Suggestions? Thank you in advance.
|