Subject: Re: outputting   to HTML (not so final answer)
From: Emiliano <emile@xxxxxxxxxxxxxx>
Date: Mon, 17 Dec 2001 17:56:00 +0100 (CET)
|
Aniceto López wrote:
> THANKS Jeni T. for your big efford teaching me.
>
> In this case I can't use <xsl:output encoding="US-ASCII" /> due to
> other important problems and many times this "<td> </td>" is not
> the only way I have to use non-breaking space. Web design is forcing me
> to use ... (the only way in htm to have some
> " " concatenated) so I still need the " " and the only solution I fint is
> the so hated <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
I had a similar problem and finally resorted to using output
method="text". It's a lot of work escaping all included HTML but it's
working nicely for me now. The bulk of the html is outside the
stylesheet anyway (using a separate dynamic templating system using
PHP).
Emile
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
Aniceto López - Mon, 17 Dec 2001 11:49:18 -0500 (EST)
- Emiliano - Mon, 17 Dec 2001 11:56:05 -0500 (EST) <=
- Eric Vitiello - Mon, 17 Dec 2001 12:16:49 -0500 (EST)
|
|