Subject: RE: Using Entity References in XSL Templates
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 21 Jan 2000 09:43:11 -0000
|
> I know that I can define the entity at the top of the stylesheet, like
> this:
>
> <!DOCTYPE xsl:stylesheet [
> <!ENTITY nbsp " ">
> ]>
>
> But then the stylesheet processor resolves the entity reference, which
> isn't what I want. I want the entity reference to be *passed through*
> to the output, which I can't seem to do. Am I missing something?
I don't see the value of outputting rather than  , but for
entity references less trivial than this, I think this is a legitimate use
of
<xsl:text disable-output-escaping="yes">&nbsp;</text>
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|