RE: [xsl] How can i transform output stream again.

Subject: RE: [xsl] How can i transform output stream again.
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Thu, 3 May 2001 10:03:18 +0100
> is it possible to transform my output stream again? Of course
> it is, but how?

Direct the result of the first transformation into a result tree fragment
variable, then use the xx:node-set() extension function to convert this to a
node-set, and apply-templates to the result, preferably in a different mode.

>


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


Current Thread