Wiki source code of Engine_MSXML

Last modified by Nicolas Gregoire on 2012/01/14 16:51

Hide last authors
Nicolas Gregoire 10.1 1 {{toc/}}
2
3 = Introduction =
4
Nicolas Gregoire 2.1 5 [[MSXML>>http://msdn.microsoft.com/en-us/data/bb291077||rel="__blank" title="MS XML MSDN Page"]] is a XSLT engine by Microsoft.
Nicolas Gregoire 1.1 6
Nicolas Gregoire 10.1 7 = Supported version =
Nicolas Gregoire 1.1 8
Nicolas Gregoire 5.1 9 1.0
Nicolas Gregoire 1.1 10
Nicolas Gregoire 10.1 11 = Command line =
Nicolas Gregoire 5.1 12
Nicolas Gregoire 8.1 13 C:\> wscript.exe msxslt.js file.xml file.xsl output.txt
Nicolas Gregoire 5.1 14
Nicolas Gregoire 11.1 15 Note : [[msxslt.js>>attach:msxslt.js]] is attached to the page.
Nicolas Gregoire 8.1 16
Nicolas Gregoire 10.1 17 = Identification strings =
Nicolas Gregoire 1.1 18
Nicolas Gregoire 9.1 19 |=xsl:vendor-url|http:~/~/www.microsoft.com
20 |=xsl:vendor|Microsoft
21 |=xsl:version|1
Nicolas Gregoire 1.1 22
Nicolas Gregoire 10.1 23 = Special features =
Nicolas Gregoire 1.1 24
Nicolas Gregoire 10.1 25 * Extended system properties
Nicolas Gregoire 3.1 26 * Code execution (desactivated by default in v6)
Nicolas Gregoire 10.1 27
28 = Extended system properties =
29
Nicolas Gregoire 12.1 30 {{warning}}
Nicolas Gregoire 12.2 31 TODO
Nicolas Gregoire 12.1 32 {{/warning}}
Nicolas Gregoire 10.1 33
34 = Code execution =
35
Nicolas Gregoire 14.1 36 {{warning}}
37 TODO
38 {{/warning}}