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]
Other format: [Raw text]

RE:   in XSL other than d-o-e ?


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Jochen
> Metzger
> Sent: Friday, July 19, 2002 10:55 AM
> To: XSL-List@lists.mulberrytech.com
> Subject: [xsl]   in XSL other than d-o-e ?
>
>
> Hi folks,
>  I'm new to xsl and read the thread:
>
> "Non-well-formed HTML in XSL"
>
> So know I'm wondering if there's an other way using
>   in an XSL-Stylesheet without using d-o-e

Just declare it in the doctype withing the XSLT. Otherwise, just use
" " (which is the same Unicode character).

> This is the way I do it right now:
> <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
>
> Is there another, much easier way?




 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]