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

Subject: Re: processing order
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Mar 2007 00:26:14 +0100
One way:


stop them being processed in the usual run of events:

<xsl:template match="file[@label="Help']" priority="1001"/>
<xsl:template match="file[@label="Logout']" priority="1001"/>

then after whichever apply-templates is processing the rest of the stuff
do

<xsl:for-each select="//file[@label='Help' or 'Label='Logout']">
  do something
</xsl:for-each>

David

Current Thread
  • processing order
    • goncode - 27 Mar 2007 21:21:56 -0000
      • David Carlisle - 27 Mar 2007 23:26:30 -0000 <=
        • goncode - 27 Mar 2007 23:50:15 -0000
      • <Possible follow-ups>
      • cknell - 27 Mar 2007 23:08:39 -0000
        • goncode - 27 Mar 2007 23:13:12 -0000
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member