Wiki source code of Engine_MSXML

Version 11.1 by Nicolas Gregoire on 2012/01/14 17:50

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 [TODO]
31
32 = Code execution =
33
34 [TODO]