Dear EJ,
Very good answer. Am curious though, what are the 5 default
entities in XML? Steve Bernstein
>>> [log in to unmask] 7/7/2004 7:19:27 PM >>>
Since is not one of the 5 default entities in XML you need to
include an entity declaration at the top of your styelsheet.
<?xml version="1.0"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY nbsp ' '>
]>
<xsl:stylesheet version="1.0"
.....and so on
Liz Shaw
Aziza Technology Associates
http://www.azizatech.com
Rees, John (NIH/NLM) 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
>
>
|