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]

Accessing nodes


Hello, all.

I'm a beginner in XSL and I need help (how unusual).
Here is a part of the XML file:
<ROWSET>
  <ROW>
     <FIRST>a1</FIRST>
     <SECOND>a2</SECOND>
     <THIRD>a3</THIRD>
  </ROW>
  <ROW>
     <FIRST>a1</FIRST>
     <SECOND>b2</SECOND>
     <THIRD>b3</THIRD>
  </ROW>
...
</ROWSET>

how can I address the <FIRST>a1</FIRST> element of the first <ROW> while processing the <FIRST>a1</FIRST> element of the SECOND <ROW>
(thus ROWSET/ROW/child:node[1] is the context node, if I understand things OK)?

I will be most gratefull for any help.

Mateja

____________________________________________________________________
孜回叉\次c女S成為 at http://mail.kiss.uni-lj.si/


 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]