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: Accessing nodes




Kay Michael wrote:

> > how can I address the <FIRST>a1</FIRST> element of the first
> > <ROW> while processing the <FIRST>a1</FIRST> element of the
> > SECOND <ROW>
>
> Many different ways, it all depends how general you want your code to be.
> For example
>
> /ROWSET/ROW[1]/FIRST for an absolute reference
> or
> ../preceding-sibling::ROW[1]/FIRST to get the immediately preceding row
>
> Mike Kay
>
> >

Thank you. That was very helpful. :o)


 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]