Posted By:
bikash_paul
Posted On:
Tuesday, July 31, 2001 12:47 AM
I'm giving below an xml file: <?xml version="1.0"?> rajeev 131d/a2 Vikas delhi manoj Here in style sheet i'll define tags a1,a2,a3 in respective order using xsl:for-each.In my xml file tag is repeating many times.But I want to define it only once in my stylesheet.But the output appears all data of tags first then and in the order they defined in stylesheet. how can i write my style sheel,so that i'll get my output like rajeev 131d vikas delhi manoj by defining only once.But now my ouput is comming as be
More>>
I'm giving below an xml file:
<?xml version="1.0"?>
rajeev
131d/a2
Vikas
delhi
manoj
Here in style sheet i'll define tags a1,a2,a3 in respective order using
xsl:for-each.In my xml file tag
is repeating many times.But I want to define
it only once in my stylesheet.But the output appears all data of
tags first then
and
in the order they defined in stylesheet.
how can i write my style sheel,so that i'll get my output
like
rajeev
131d
vikas
delhi
manoj
by defining
only once.But now my ouput is comming as below:-
rajeev
vikas
manoj
131d/a2
delhi
Any help will be highly appreciated
Thanks in Advance
Bikash
<<Less