Posted By:
praveen_kp
Posted On:
Thursday, November 27, 2008 03:46 AM
Hi, We are having issues while trying to fetch multiple values from XML. The XML is as follow: ABC DEF ABC1 DEF1 ABC2 DEF2 we are having the issue while trying to fetch the value of tags for each tag. The XSLT that we have defined fetches the first tag for each tag. We are unable to fetch the second tag for each tag. The XSLT that we are using is as follow: This is Working
More>>
Hi,
We are having issues while trying to fetch multiple values
from XML. The XML is as follow:
ABC
DEF
ABC1
DEF1
ABC2
DEF2
we are having the issue while trying to fetch the value of
tags for each
tag. The XSLT that we
have defined fetches the first tag
for each
tag. We are unable to fetch the second
tag for each
tag. The XSLT that we are using
is as follow:
This is Working
'
'This is also Working
Please let us know how to get both the values of the
tag.