You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Michael Delamere <md...@morelogs.de> on 2002/11/27 10:29:41 UTC

The entity "x00FC" was referenced, but not declared.

Hi,

I am trying to convert data which I retrieve out of the db into HTML.
The xml data contains entities such as &x00E4; which causes SAX to throw
an exception.

XML:
<emphasis>dichtgedr&x00E4;ngt</emphasis>

Error:
Caused by: org.xml.sax.SAXParseException: The entity "x00FC" was
referenced, but not declared.

I´m fairly new to all this and google hans´t really helped me on this
one.  Can someone tell me what needs to be done to solve this.

Any help would be really appreciated!

Regards,

Michael