Re: [xsl] position last and attributes

Subject: Re: [xsl] position last and attributes
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Thu, 20 Sep 2012 12:30:38 +0100
> <A 1st="1" second="2" third="3" fourth="4" fifth="5"/>
>
> now tell me what are the first and last attributes of  A.

Ok, but first (as hopefully this will explain it):

1. What is the position() of @third ?

2. Why do:

@second/position()

@third/position()

both return 1?


-- 
Andrew Welch
http://andrewjwelch.com

Current Thread