Wiki source code of Engine_MSXML

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

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