Page 1 of 1

xsl to text and Mac carriage returns

Posted: Fri Dec 01, 2006 11:20 pm
by altate
Is it possible to produce Mac-friendly carriage returns in text output from xsl on a pc?

I've tried using <xsl:text>
</xsl:text> - it still saves with pc linefeeds.

Help?

Posted: Sun Dec 03, 2006 7:48 am
by george
Try setting the Options->Preferences -- Global -- Line separator option to Unix like. Then modify your style sheet and save it, the new line should be only a \n after that.

Best Regards,
George