Re: [xsl] Indentation question

Subject: Re: [xsl] Indentation question
From: knocte <knocte@xxxxxxxxx>
Date: Sun, 04 Sep 2005 12:59:50 +0200
Michael Kay escribis:
You can do

<xsl:variable name="my-text"> this is
laid  out

however

you want
</xsl:variable>
<xsl:value-of select="normalize-space($my-text)"/>

Well, that technique doesn't look like very pretty, but it does the job. I will do that until I find a better solution, thanks.


Andrew

--

Current Thread