On Thu, 17 Nov 2005 09:13:11 +0100, Andreas Hartmann wrote
> Gregor J. Rothfuss wrote:
> > Gustavo Vilela de Carvalho wrote:
> > 
> >> I made modifications in the page2xhtml.xsl  .  But when I try to 
> >> access my new
> >> pub , it appears the following error: "The entity "nbsp" was 
> >> referenced, but
> >> not declared."  .
> >> Does anyone knows how to fix it?
> > 
> > 
> > you cannot use html entities in xml. use   instead.
> 
> If you don't want to memorize / look up the unicode, you can use
> the following (verbose) code:
> 
>    <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
> 
> -- Andreas


 Thanks. It worked.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


--
Tribunal Regional do Trabalho da 15a. Regiao
(http://www.trt15.gov.br)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to