My source looks omething like this:
<NAM>
<NAM-Child1>
Gonzales,Gus,Kalian,Kippu
</NAM-Child1>
</NAM>
I have to split the string and display them separately as
Gonzales
Gus
Kalian
Kippu
How do I split the string in XSL ?
Any help would be appreciated.
Thanks
Using XSL, I need to produce an output in the following format :
Data<Linefeed>Data<Linefeed>Data<linefeed>.....
I'm able to retrieve the data from the XML(source doc), but I don't know how to insert the linefeed character, so that my output looks like the above.
Any help would be appreciated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.