You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Alessandro Marcellini <am...@tiscalinet.it> on 2000/12/28 14:33:10 UTC

Include external reference

Hi,
I'm using xalan-j_2_0_D01 in a WindowsNT Environment with jdk1.2.2.
I'm using xalan to translate a my xml document to a html document.
So, in a description field i've some special character like &deg;,
&sect;, &lt; and other; some character, like &lt; or &amp; are processed
correctly, but oher, like &deg; or &sect; are not: xalan throws a
Exception saying I've referenced a entity not previously declared.
How can I declare it?
In other terms: what can I do???
Thanks
      Alessandro