[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: processing order

Subject: Re: processing order
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 28 Mar 2007 00:26:14 +0100
Re:  processing order
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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.