[EMAIL PROTECTED] wrote: > I have a problem with Crimson. : > When I have : > <?xml version="1.0" encoding="UTF-8"?><SUMMARY>Cela est un >resumé</SUMMARY> > Crimson return my XML is not well formed. why ?
You would have a problem with any XML parser, I think. The "eacute" general entity is defined in HTML which is a grammar defined using SGML. XML only defines five built-in entities by default: "lt", "gt", "amp", "quot", and "apos". If you want to use other entities, then you must declare them in the DTD, either using the internal subset or referencing an external subset. -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED] --------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]