|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Converting linebreaks
On Wed, May 02 '01 at 14:48, Joel P Thornton wrote:
> I have this xml:
>
> ================
> <text>This is line 1.
> This is <B>line 2</B>.
> This is line 3.</text>
> ================
>
>
> Does XSLT provide a way that I can transform it into this?:
>
> ================
> <text>
> This is line 1.
> <BR/>
> This is <B>line 2</B>.
> <BR/>
> This is line 3.
> </text>
> ================
>
It depends ;-)
The XML-processor (used by your XSL-T) processor is allowed to do wide
space stripping. It it does you're lost. Otherwise you could use a
recursive template to match for sub-string-befor 0xA, rest. Output
substring
<BR/>
process rest recursively.
Cu,
Goetz.
Attachment:
pgp00001.pgp
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








