Depending on what version of XSL you're using, you'll probably need to use an extension function - nodeset() - to deal with the result tree fragment. The msxsl extension can be used:
Code:
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
Now you can refer to the array (eg 3rd element) as follows:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.