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.
Thanks
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.
Thanks