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:41:15 -0000
Hick! Or probably you want this

<xsl:template match="frag[not(@requires)]">
	<xsl:copy-of select="//frag[@id = current()/@id and
not(@requires)] />
	<xsl:copy-of select="." />
</xsl:template>
<xsl:template match="frag" />

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