xsl-list
[Top] [All Lists]

Re: [xsl] position last and attributes

2012-09-20 05:48:00
    I think your confusion comes from the fact that, you want to get
position of a node in the sequence as per document order. If that's
your objective, then I think this problem can't be solved for
attributes (due to it's unordered semantics at the XML level).


I am not confused. I understood how the semantics of position() and
last() affected @* before I posted.

position() and last() don't affect @*

maybe post a small complete example demonstrating your point?


-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
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>
--~--