Re: [xsl] Generating CSV : Line feed and carriage return not working

Subject: Re: [xsl] Generating CSV : Line feed and carriage return not working
From: Jeni Tennison <jeni@xxxxxxxxxxxxxxxx>
Date: Mon, 7 Jul 2003 14:08:57 +0100
Hi Allistair,

> The structure i have is
>
> for each a
>   print a
>   print new line 1
>   for each b in a
>     print b
>     print new line 2
>   end for each
>   print c
>   print new line 3
>   print d
>   print new line 4
> end for each
>
> print new line 3 and 4 work and the rest do not. Baffled.

Without seeing the XSLT stylesheet you're using and the source
document that you're transforming, it's hard to know what's going
wrong. Perhaps you can post them?

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread