Re: [xsl] whitespace as a parameter to a template (replace linefeed with li nefeed tab)

Subject: Re: [xsl] whitespace as a parameter to a template (replace linefeed with li nefeed tab)
From: Chris Nolte <cgn7094@xxxxxxxxx>
Date: Wed, 30 May 2001 15:52:42 -0700 (PDT)
--- I  <cgn7094@xxxxxxxxx> wrote:
> I'll jump in, since it's perhaps the only question that will be asked on
> this list where I actually know the answer!
> 
> Try something like:
> <xsl:variable name='lf'><xsl:text>
</xsl:text></xsl:variable>
> <xsl:variable name='tab'><xsl:text>	</xsl:text></xsl:variable>

So much for my answering a question.  Even if I know the answer I seem to
be unable to communicate it . . . Does anyone know how I get character
literals to show up in an email? Are they there for those who aren't
reading this in an html-aware mailer?

trying again . . .
inside the first <xsl:text>...</xsl:text> there should be 
ampersand pound 10 semicolon
inside the second <xsl:text>...</xsl:text>, there should be
ampersand pound 9 semicolon



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

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


Current Thread