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


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

Reply via email to