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]

RE: nbsp;


> For a non-breaking space, try 
. Actually, I usually do
> <xsl:text>&#xa;</xsl:text>, but I can't remember why. I think the XSLT
> processor was treating the &#xa; as regular ol' white space when not
> enclosed in xsl:text, but it's been a long time since I started doing it
> that way, so I don't recall clearly.

You probably mean &#xa0;
&#xa; is a newline character, so writing
<xsl:text>&#xa;</xsl:text> will create a line break
(which is used very often, too)

Cheers,
Oliver


/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 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]