[xsl] Get a property of another node

Subject: [xsl] Get a property of another node
From: Molnár Ágnes <agi@xxxxxxxxxxxxxxxxx>
Date: Wed, 28 May 2003 13:07:59 +0200
Hello,
 
I have the following XML:
 
<page>
    <ROWSET>
        <ROW num='1'>
            <other>value</other>
        </ROW>
        <ROW num='2'>
            <other>anyothervalue</value>
        </ROW>
    </ROWSET>
</page>
 
When I'm in the "other" node with my XSL, I need the "num" of the ROW. How can I get this propery with an xsl:value-of?
Thanks for all,
 
Agnes
 

Molnár Ágnes
 
Tel.: +36-20-212-8493
Icq:  167290967

 

Current Thread