RE: [xsl] how to rearrange nodes based on a dependency graph?

Subject: RE: [xsl] how to rearrange nodes based on a dependency graph?
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Thu, 20 Dec 2001 21:26:05 -0000
What about
<xsl:for-each select='*[not(@requires)]'>
	<xsl:call-template name='copy-stuff'/>
</xsl:for-each>

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


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


Current Thread