[xslt] xsl and white space ??



I'm trying to insert a white space using xsl.

<xsl:stylesheet ....>
.....
   <td>&#160;</td>
....

I know, &#160; is equal to &nbsp;
But, using xsltproc, result is 
   <td>し</td> 

why ??


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]