System.Xml.Xsl.XslTransformException: To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function.
Can anyone tell me what I'm doing wrong? I know that the id in $thisID is valid, and I know that the @alias of submissionName is valid and contains data.
Loading a node
hi
I have an xslt macro that needs to load details of a node other than $currentPage.
Currently I have this
However when I save it it returns an error.
System.Xml.Xsl.XslTransformException: To use a result tree fragment in a path expression, first convert it to a node-set using the msxsl:node-set() function.
Can anyone tell me what I'm doing wrong? I know that the id in $thisID is valid, and I know that the @alias of submissionName is valid and contains data.
Thanks
Shaun
Sussed it.
I should have used this to generate the node
is working on a reply...