Re: [xsl] Question about finding descendant

Subject: Re: [xsl] Question about finding descendant
From: ARULRAJ <p_arulraj@xxxxxxxxx>
Date: Mon, 15 Dec 2003 04:21:33 -0800 (PST)
Hi Gurus,
   I have a XML file strucuture look like this

<layout>
   <table>
     <table>
       <row>
         :
         :
        </row>
     </table>
     <table>
       <row>
         :
         :
        </row>
     </table>
     <row>
      :
      :
     </row>
 </table>
</layout>

Question:
In a main <table> element I got two child <table>
element. I am in second child <table> position I want
to check any other <table> exists for parent <table>
element from second child <table> element.

If anyone knows how to solve. pls reply.
Thanks in advance
Arul

__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread