msxsl
Using xslt get node value at X position
How can I get using xslt, node value at X position, without using foreach <items> <item1>x</item1>[详细]
2023-04-05 18:47 分类:问答XSLT works in VS but not in ASP.NET runtime - fails with 'Cannot find script'
I am using xslt functions from MSXLT <xsl:stylesheet version=\"1.0\" xmlns开发者_StackOverflow社区:xsl=\"http://www.w3.org/1999/XSL/Transform\"[详细]
2023-04-05 04:22 分类:问答is it possible to nest dynamic node-sets in xslt?
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.[详细]
2023-02-25 09:36 分类:问答xml merge two files using xsl?
I need to merge two similar xml files, but only records which match on common tags, e.g.<type> in the following example:[详细]
2023-01-30 07:23 分类:问答how to pass a parameter and use that in my xslt
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.[详细]
2023-01-27 23:39 分类:问答How to only convert an XML file's attribute using XSLT, and leave the other content?
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[详细]
2023-01-08 05:53 分类:问答Using an assembly for scripting in a referenced XSL template
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[详细]
2022-12-16 07:37 分类:问答