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

Re: Kosher XSLT 3.0 numbering solution?

Subject: Re: Kosher XSLT 3.0 numbering solution?
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 1 Sep 2016 15:55:32 -0000
Re:  Kosher XSLT 3.0 numbering solution?
> Actually it's quite tricky if you want to have a function/template that both
returns a modified version of the source tree with new numbers inserted, and
also returns the latest number used. Returning two results using maps is
possible, but not easy.
>
> Computing the numbers is ideally done by a fold operation that processes all
the nodes in the tree in document order, and XSLT 3.0 accumulators are
essentially syntactic sugar for such a fold operation.
>

Having said that it can also be done using memo functions: write a function
that computes the number for a significant node by getting the number for the
first preceding significant node and adding 1 (or whatever), and make this a
memo function. XSLT 3.0 supports memo functions using

<xsl:function .... cache="yes">

Michael Kay
Saxonica

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.