xsl to text and Mac carriage returns

Questions about XML that are not covered by the other forums should go here.
altate
Posts: 1
Joined: Fri Dec 01, 2006 11:14 pm
Location: Indiana
Contact:

xsl to text and Mac carriage returns

Post 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?
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
George Cristian Bina
Post Reply