[Home] [By Thread] [By Date] [Recent Entries]

Subject: RE: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member