Emmanouil Batsis schrieb:
[EMAIL PROTECTED] wrote:

Howdee

My clients are trying to copy & paste from MS Word to Lenya and they are
getting an error about the xml entity rsquo being undefined.


The word doc has a string (probably a URL) that breaks the XML as the parser thinks its an entity, ctrl+F for "&rsquo" (without the quotes) and change it to "&rsquo".

I don't think so:

<!ENTITY rsquo   CDATA "&#8217;" -- right single quotation mark,
                                    U+2019 ISOnum -->

It's an XHTML entity.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to