[Home] [By Thread] [By Date] [Recent Entries]
Markus,
Depending on your processor, you can try: <xsl:value-of select="exslt:node-set($theResult)"/> where you bind exslt (or whatever prefix you like) to "http://exslt.org/common" <xsl:value-of select="saxon:node-set($theResult)"/> where you bind saxon (or whatever prefix you like) to "http://saxon.sf.net" (but I remember saxon supports exslt extensions, so you can use the previous If you use a browser processor, the original should work like below, I think (never tried it myself) when you are in IE, but when you are in Gecko, you are out of luck, there is no node-set extension function available in TransformIIX (the xslt parser for Gecko). In Opera: please see a recent discussion on this list about the subject. In any case, best chances are that exslt nodeset will work. Cheers, Abel Braaksma http://www.nuntia.nl LINKE Markus wrote: I've tried it but I receive an:
|

Cart



