<[EMAIL PROTECTED]> 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 ? It is nothing to do with Crimson. XML has five built-in entities, and é is not one of them (it is known to html but not xml). So either you have to use a character reference for the equivalent code value, or you have to declare this entity as that character value in a DTD. The parser is giving an accurate error message. Cheers, Tom P --------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
