|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Problem in Preceding node.
Hi All,
Got another question regarding the preceding node.
with this input file,
<xml>
<a>
<b>
<c>Level 1</c>
</b>
</a>
<d/>
<e/>
<a>
<b>
<a>
<b>
<c>Level 2</c>
</b>
</a>
</b>
</a>
<d/>
<e/>
<a>
<b>
<c>Level 1</c>
</b>
</a>
..........
</xml>
i want to output like this
<xml>
<sections>
<section>
<label>1</label>
<title>Level 1</title>
<d/>
<e/>
<section>
<label>1.1</label>
<title>Level 2</title>
<d/>
<e/>
</section>
</section>
<section>
<label>2</label>
<title>Level 1</title>
<d/>
<e/>
</section>
</sections>
</xml>
i hope that with this data, you understand my point.
thanks and regards.
aaron
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








