xsl-list
[Top] [All Lists]

Re: [xsl] position() function in loop provides only 1

2012-04-12 01:10:06
On Wed, 2012-04-11 at 14:08 +0100, henry human wrote:
I now that the position() reset after a loop is ended 
It may help you to understand what's going on to realise that there are
no loops in XSLT...

xsl:for-each select="invoice" is really like
xsl:apply-templates select="invoice"
but with the template to handle an invoice inline inside the for-each...

xsl:for-each takes as input a sequence of items, and produces a
corresponding output list using the body of the for-each for each item
in its input.

If this is gibberish, squirrel it away for later, or discard it and let
it return perhaps one day when you are sitting on the dock, fishing-rod
and tweed hat by your side.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--