Top "Node-set" questions

XSLT create node name from variable

When I have these two variables <xsl:variable name="a" select="'Total'" /> <xsl:variable name="b" select="…

variables xslt-1.0 node-set
result tree fragment to node-set: generic approach for all xsl engines

Answering another thread (see stackoverflow: generate css color schemes) I bumped into the issue below, where different xsl engines seem …

xslt msxml saxon node-set
XSL msxsl:node-set problem

Please help me out guys. I'm just trying to declare a simple result tree fragment and iterate over it. ... <…

xslt node-set
querySelectorAll: manipulating nodes

As far as I have understood, querySelector returns a real changeable element while querySelectorAll returns a non-live Static Node Set. …

javascript dom-manipulation node-set
Unable to cast from XRTreeFrag into XNodeSet

I have the following test code... I am trying to pass a node-set as a param. After many hours, i …

xslt param node-set