Hello, I'm trying to transform an XML document to an HTML page and one of the XML tags contains a rather long text which also contains carriage return characters within the tag/text!
For example: "This text (CR)contains a long text (CR)and I want it displayed on separate lines".
I want this displayed as:
This text
contains a long text
and I want it displayed on separate lines
How do I do this in XSL?
Any help is greatly appreciated.
Regards,
Kenbla
For example: "This text (CR)contains a long text (CR)and I want it displayed on separate lines".
I want this displayed as:
This text
contains a long text
and I want it displayed on separate lines
How do I do this in XSL?
Any help is greatly appreciated.
Regards,
Kenbla