Subject: RE: Using Entity References in XSL Templates
From: sara.mitchell@xxxxxxxxx
Date: Fri, 21 Jan 2000 13:01:50 -0500
|
Or, you can simply define your entity as:
<!ENTITY nbsp "&#160;">
I've done this in DTDs and had the XSL properly output in
the HTML.
Sara
> -----Original Message-----
> From: Kay Michael [mailto:Michael.Kay@xxxxxxx]
> Sent: Friday, January 21, 2000 9:43 AM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> Subject: RE: Using Entity References in XSL Templates
>
>
> > 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
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|