xslt problem

admin

Administrator
Staff member
Hi,

I have a problem displaying data in the required format.
I have an xml with 2 nodes.Node 1 has an attribute version="new" and node 2 has an attribute version="old".Also, both of these nodes have sub-nodes called <attribute label="abc">
I want to display data in a table with 3 columns.
Column 1 should loop thro' the @label attribute from 1st node (which works fine)
Column 2 should display data based on Node 1 & version="new" (which works fine)
Column 3 should display dat based on Node 2 & version="old".- This is where my xslt is not working.I dont know how to loop here and display the data.
Please help me.

I'm attaching both my xslt & xml files

Thanks
 
Back
Top