[xsl] List in a variable

Subject: [xsl] List in a variable
From: "Nitin Dutt Mathur" <nitin@xxxxxxxxxxxx>
Date: Wed, 8 Aug 2001 13:22:47 +0530
Hello Guys,

 	I want to have a variable containing a list of a attribute of all the
occurrence of a particular tag.

Precisely I have a xml like

<component name="TestCom">
<class name="Person" type="first">
..
..
</class>
<class name="Address" type="second">
..
..
</class>
<class name="Info" type="second">
..
..
</class>
..
..
...
</component>

In the above xml type attribute of class tag can have value either first or
second. I want to have variable containing names of all the second classes.
For the above case I want to have a variable (say myVar) with the value
"Address#Info" where # is just a separating character between the names of
the class.

I hope I am able to clear my requirement.

Thanks in advance

 Nitin




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


Current Thread