Click to See Complete Forum and Search --> : xslt problem


mili
07-12-2003, 04:13 PM
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

Khalid Ali
07-16-2003, 09:09 AM
Can you specifye a scenario,cus it seems like it works...

mili
07-21-2003, 07:31 PM
Khalid, I got it to work..thanks..