This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

forcing Line breaks



Transforming xml into texr,
I am trying to force line breakes...

I tried different use of the <xsl:text> tag, but IE just doesn't want to
break the line...

How can I force line breaks?

<?xml version="1.0" encoding="iso-8859-1" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version
="1.0">

<xsl:output method="text"
     encoding="iso-8859-1"/>

<xsl:template match="result">
...
<xsl:value-of select="@name"/>;
     customer;
     <xsl:text xml:space="preserve">&#x0A;&#x0D;</xsl:text>...
</xsl:template>

</xsl:stylesheet>



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]