Hello all -
I've just joined the list and am developing an application using xml/xsl. I'm
using the Sablotron XSLT engine embedded in "C" progams.
anyway - re: the last message.
Is this how I embed entity references that I want to be passed through to the
html for interpretation by the end client browser?
<xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
in case I actually WANTED the   to show up in the html?
> > > The only thing I have gotten to work is:
> > >
> > > <xsl:text
> > disable-output-escaping="yes">&nbsp;</xsl:text>