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]
Other format: [Raw text]

another quest


Hi again,
I have this xml file:
<table>
<tr>
<td> tony </td>
<td> 100 </td>
</tr>
<tr>
<td> rony </td>
<td> 99 </td>
</tr>
</table>

I want to to search for "rony" to get the value of the following sibling 
(which is in this case 99). How can I do it in xsl???
Thx



 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]