How can I get using xslt, node value at X position, without using foreach <items> <item1>x</item1>
I am using xslt functions from MSXLT <xsl:stylesheet version=\"1.0\" xmlns开发者_StackOverflow社区:xsl=\"http://www.w3.org/1999/XSL/Transform\"
I\'d like to know if it is possible to nest dynamic node sets in XSLT and if so, how to select them using xPath.This is part of a bigger task.I\'m only showing the part that I\'m stuck on.
I need to merge two similar xml files, but only records which match on common tags, e.g.<type> in the following example:
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.
I have a xml file as below, and now I want to use the XSLT to transformer it, keep all the elements and attributes, but if it happen to the attributes with the value started with \"SQL:\", then execut
There are two XSL files. One includes another using an <xsl:include>. The main template decides which actual templates to call depending on node values, and included templates contain actual tra