Re: how to know the XSL processing is finished.

Subject: Re: how to know the XSL processing is finished.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 7 Sep 1999 14:31:22 +0100 (BST)
> This stylesheet will do a pre-order traverse. Can I insert any
> additional template after all elements have been processed?

<xsl:template match="/">
 <xsl:apply-templates/>
  stuff here!
</xsl:template>

David


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


Current Thread