This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

produce a list


Look at this xml example:

<a>
	<a>zero</a>
	<c id=”first”>aaa</a>
	<d id =”second”>bbb</b>
</a>
<a>
	<a>zerozero</a>
	<a id=”firstfirst”>aaa</a>
	<b id =”secondsecond”>bbb</b>
</a>

…
…
…

Is there a way of making a list of  element in this list so they will appear 
as this

zero
first
second

zerozero
firstfirst
secondsecond

…
…
…

I believe there will be kind of nested for-each on some test but i’m not 
sure. I’m trying hard to think xsl way instead of VB.
So i’ll appreciate any suggestions

Paal Steven



______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]