RE: Equivalent of a Global Counter

Subject: RE: Equivalent of a Global Counter
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 16 Nov 2000 13:45:20 -0000
> Does a two-pass transformation involve having on stylesheets 
> applied to the
> XMLSource and another stylesheet applied to the resultant XML 
> Document? Or
> can it be encapsulated in the same stylesheet?

You can do it either way. If it's within a single stylesheet, you need to
capture the result of phase 1 in a result tree fragment, convert this to a
node-set using the node-set() extension function, and then apply the second
pass to this node-set.

Mike Kay


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


Current Thread