[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Adding structure to text nodes


Subject: Re: [xsl] Adding structure to text nodes
From: "Simon Kelly" <kelly@xxxxxxxxxx>
Date: Wed, 19 Mar 2003 15:51:39 +0100

In the template line that you apply to long add the xml:space="preserve"
ie

<xsl:template match="long" xml:space="preserve">
</xsl:template>

And the formate with in that long tag will not be altered.

Cheers

Simon

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



Current Thread