← Prev in month ← Prev in thread

Re: [xml-dev] How to print multiple spaces in my document with XSLT

From
Collin <>
To
David Carlisle <>,
Date
2002-10-22T11:05:42Z
ID
<005f01c279ba$f6aac5a0$0a0977ca@collin>
Thread
Re: [xml-dev] How to print multiple spaces in my document with XSLT
As to &#160; it works. 
However,  even though I wrote 
<xsl:text xsl:space="preserve">&#x20;&#x20;&#x20;</xsl:text>, 
I print only one space.

Collin

----- Original Message ----- 
From: "David Carlisle" <>
To: <>
Cc: <>
Sent: Tuesday, October 22, 2002 6:02 PM
Subject: Re: [xml-dev] How to print multiple spaces in my document with XSLT


>     If I used &nbsp; in XSLT, it would say that &nbsp; is an undefined entity. 
>     If I used &#x20;, it would print a space. 
>     And if I used &#x20;&#x20;&#x20;&#x20;, then it would print only one
>     space.
> 
> non breaking space is 160 not 32, so use &#160;.  &#x20; is a normal
> space, runs of space characters are rendered as a single space in html.
> 
> 
> David
> 
> _____________________________________________________________________
> This message has been checked for all known viruses by Star Internet
> delivered through the MessageLabs Virus Scanning Service. For further
> information visit http://www.star.net.uk/stats.asp or alternatively call
> Star Internet for details on the Virus Scanning Service.
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
> 
>
← Prev in month ← Prev in thread