produce a list

Subject: produce a list
From: "Paal Eriksen" <pserik@xxxxxxxxxxx>
Date: Fri, 07 Apr 2000 16:02:30 CEST
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



Current Thread