John R.,
If I am reading you right, you want to get   in your output
using XSL.
You can do this by using this in your stylesheet.
<xsl:text disable-output-escaping="yes">& a m p ; nbsp;</xsl:text>
(space should be removed from above xsl syntax)
The output will be & nbsp; (without the space).
Mike F.
7-4454
--- "Rees, John (NIH/NLM)" <[log in to unmask]> wrote:
> I'm having trouble getting the  : entity to output using XSL.
> From
> XML.com, <xsl:text disable-output-escaping="yes"><</xsl:text>
> produces the angle bracket, but I get a parse error with .
> Perhaps
> this is an XT issue?
>
> Any advice is appreciated.
>
> John
>
> John P. Rees
> Associate Curator, Modern Manuscripts
> History of Medicine Division
> National Library of Medicine
> 8600 Rockville Pike
> Bethesda, MD 20894
>
> Phone: 301.496.8953
> Fax: 301.402.7034
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
|