Re: ERROR: The entity "eacute" was referenced, but not declared.

MEMMADI Said wrote:
> 
> Hi,
> Whre I must declare "&eacute" ? xml file or xsl file ?
> Thanks


You could put this in your DTD:

<!ENTITY eacute "&#225;">

and reference it using &eacute; in your xml.

///Magnus Sjöberg

Received on Wednesday, 10 October 2001 11:16:08 UTC