Re: [xslt] xsl and white space ??
- From: Renaud Chaillat <rchaillat mandrakesoft com>
- To: xslt gnome org
- Subject: Re: [xslt] xsl and white space ??
- Date: Wed, 13 Jun 2001 10:49:05 +0200
On Mercredi 13 Juin 2001 10:21, you wrote :
> I'm trying to insert a white space using xsl.
>
> <xsl:stylesheet ....>
> ....
> <td> </td>
> ...
>
> I know,   is equal to
> But, using xsltproc, result is
> <td></td>
>
> why ??
> [fj)b blij)z&{+
>Ybا~
If you just want a white space, then
<xsl:text> </xsl:text>
is enough.
If you want to output then consider
<![CDATA[ ]]>
Hope this helps,
Renaud
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]