Posted By:
Malar_K
Posted On:
Monday, May 31, 2004 10:37 PM
Hi, In our project we have to convert a XML 1 to another XML 2 using XSLT. The XML 1 is as given below, XYZ 100 200 .................. .................... ............... The XML 2 is as given below, xxx 100 ABC xxx 200 XYZ .................. .................... ............... I have written the following XSLT xxx A
More>>
Hi,
In our project we have to convert a XML 1 to another XML 2 using XSLT. The XML 1 is as given below,
XYZ
100
200
..................
....................
...............
The XML 2 is as given below,
xxx
100
ABC
xxx
200
XYZ
..................
....................
...............
I have written the following XSLT
xxx
ABC
xxx
XYZ
The test condition to find out first ScoreNbr and second ScoreNbr is not working. Can anyone help me.
Thanks
Malar