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

Re: Numbering similar nodes sequentially in the output

Subject: Re: Numbering similar nodes sequentially in the output
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 12 Oct 2011 17:07:09 -0400
Re:  Numbering similar nodes sequentially in the output
At 2011-10-12 13:59 -0700, you wrote:
My gut feeling is that thee is no helpful pattern in selecting the members of the output. Building a temporary tree is just the thing. I had no idea that I could do that. I'll do some reading up on them and try it.

Along the lines of:


  <xsl:variable name="intermediate">
    <FormatPage>
      ....
    </FormatPage>
  </xsl:variable>
  <xsl:apply-templates mode="augment-result" select="$intermediate"/>

  <xsl:template mode="augment-result" match="Formats">
    ...
    <xsl:attribute name="label" select="position()"/>
    ...
  </xsl:template>

Or grouping, or whatever ... just treat $intermediate as your second-pass input. I suggest a different mode so that your template rules for creating $intermediate are not engaged when processing $intermediate.

On another topic, thanks for the lead on the Crane publications.

You are most welcome. The announcement even led to some sales of our XSLT interactive DVD that I didn't mention:


http://www.CraneSoftwrights.com/training/ptux/ptux-video.htm

. . . . . . . . . Ken


-- Contact us for world-wide XML consulting and instructor-led training Crane Softwrights Ltd. http://www.CraneSoftwrights.com/s/ G. Ken Holman mailto:gkholman@xxxxxxxxxxxxxxxxxxxx Google+ profile: https://plus.google.com/116832879756988317389/about Legal business disclaimers: http://www.CraneSoftwrights.com/legal

Current Thread

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.