msxsl Questions
4
Solved
How can I get using xslt, node value at X position, without using foreach
<items>
<item1>x</item1>
<item2>x</item2>
<item3>x</item3>
</items>
This...
3
Solved
I need to merge two similar xml files, but only records which match on common tags, e.g.<type> in the following example:
file1.xml is
<node>
<type>a</type>
<name>j...
1
Solved
i have a xml file and a related xslt file. I am using msxsl.exe and i need to pass a parameter as a command line argument and use that in my xslt file.
how can i do that???
command:
msxsl.exe cou...
1
We intend to migrate our framework from msxml4 to msxml6.
We where using msxsl.exe as yet.
It seems to support only MSXML versions up to 4.0, as command line
msxsl.exe -u version 6.0
tells me.
Is t...
3
Solved
I'd like to take data from some XML files and transform them into a new XML document. However, I do not want the definition of a namespace in the XSLT to occur in the result document.
In other wo...
Podvin asked 13/5, 2009 at 9:38
1
© 2022 - 2024 — McMap. All rights reserved.