This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: position()


> then the xpath expression selects "the second occurence of C which is a
child of A", not "the
> second child of A with the condition that it is a C element".
> 
> Is this the correct behaviour?

Yes.
> 
> The only way to select the second child of A is "A/*[position()=2]"
> but in this case you can not be sure that it is a C element

Write A/*[2][self::C]

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]