Re: [xsl] Building RTF variable

Subject: Re: [xsl] Building RTF variable
From: "Ragulf Pickaxe" <jawxml@xxxxxxxxxxx>
Date: Fri, 25 Oct 2002 07:47:31 +0000

Hello Peter


Thanks!

Probably you have a bigger problem, which is that your XSLT processor might
not support automatic conversion from a Result Tree Fragment to a Nodeset.
The XSLT 1.0 spec doesn't allow it.  You'll need to see your processor's
documentation and look for an xxx:node-set() function or something similar.
Once you find how to use it, you can do something like
"xxx:node-set($Test)/node[1]".

But... is it then not possible to build a nodeset directly in the XSL? What is the difference between doing thus and the example that I had in the orriginal mail?


With the example I do not need any conversions between anything.

Sincerely
Ragulf Pickaxe :)


_________________________________________________________________
Unlimited Internet access -- and 2 months free!  Try MSN. http://resourcecenter.msn.com/access/plans/2monthsfree.asp



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread