Subject: RE: Accessing nodes
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 16 Nov 2000 17:41:01 -0000
|
> 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
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|