[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xsl:for-each question

Subject: xsl:for-each question
From: Michael Olszynski <m.olszynski@xxxxxxxxxxxxx>
Date: Thu, 30 Oct 2003 13:05:43 +0100
xsl sort sublevel
Hello, I´ve got a XML structure like
<topic name="point1">
   <topic name="subpoint1">
       <topic name="subsubpoint1">
           <topic name="point1">
           </topic>
       </topic>
   </topic>
   <topic name="subpoint2">
   </topic>
</topic>
<topic name="point2">
</topic>
<topic name="point3">
</topic>
<topic name="point4">
</topic>

and so on..... I´d like to create a sitemap over that structure, how can i do that. sth like:

           <xsl:for-each select="/topic/topic/topic">
               <tr>
                   <td>Home</td>
                   <td>
                       <xsl:value-of select="@name"/>
                   </td>
                   <td>submenu</td>
                   <td>subsubmenu</td>
                   <td>subsubsubmernu</td>
               </tr>
           </xsl:for-each>
       </table>

But if I iterate over the first level <xsl:for-each select="/topic"> I don´t get all sublevel menus, only the first one
And if I iterate over the last level (subsubsubmenu) <xsl:for-each select="/topic/topic/topic/topic"> I only get the subsubsubmenus.


Thanks Michael




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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.