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

looping, moving through elements??

Subject: looping, moving through elements??
From: "james walker" <jameswalkerandy@xxxxxxxxxxx>
Date: Thu, 23 Oct 2003 12:46:18 +0100
looping through xml
Ihave this xml (simplified):
<vss>
<ve pos"1">content1</ve>
<ve pos"1.1">content1.1</ve>
<ve pos"1.1.1">content1.1.1</ve>
<ve pos"1.1.1.1">content1.1.1.1</ve>
<ve pos"1.1.2">content1.1.2</ve>
<ve pos"1.1.2.1">content1.1.2.1</ve>
<ve pos"1.1.2.2">content1.1.2.2</ve>
<ve pos"1.2">content1.2</ve>
<ve pos"1.2.1">content1.2.1</ve>
<ve pos"1.2.1.1">content1.2.1.1</ve>
<ve pos"1.2.1.2">content1.2.1.2</ve>
<ve pos"1.2.1.3">content1.2.1.3</ve>
<ve pos"1.2.2">content1.2.2</ve>
<ve pos"1.2.2.1">content1.2.2.1</ve>
<ve pos"1.3">content1.3</ve>
<ve pos"1.3.1">content1.3.1</ve>
<ve pos"1.3.1.1">content1.3.1.1</ve>
<ve pos"2">content2</ve>
<ve pos"2.1">content2.1</ve>
<ve pos"2.1.1">content2.1.1</ve>
<ve pos"2.1.1.1">content2.1.1.1</ve>
</vss>

and i wanted to produce this ouput:
<table>
<tr>
<td>content1</td>
<td>content1.1</td>
<td>content1.1.1</td>
<td>content1.1.1.1</td>
</tr>
<tr>
<td>content1.1.2</td>
<td>>content1.1.2.1</td>
</tr>
<tr>
<td>content1.1.2.2</td>
</tr>
<tr>
<td>content1.2</td>
<td>content1.2.1</td>
<td>content1.2.1.1</td>
</tr>
<tr>
<td>content1.2.1.2</td>
</tr>
<tr>
<td>content1.2.1.3</td>
</tr>
<tr>
<td>content1.2.2</td>
<td>content1.2.2.1</td>
</tr>
<tr>
<td>content1.3</td>
<td>content1.3.1</td>
<td>content1.3.1.1</td>
</tr>
<tr>
<td>content2</td>
<td>content2.1</td>
<td>content2.1.1</td>
<td>content2.1.1.1</td>
</tr>
</table>

but i was having a problem looping through the elements in the such a way that it loops every time an element of "n.n.n.n" is reached. Also i am not sure how to design the templates (i thin this is linke dto the looping)
thanks
james


_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger



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.