Andreas Hartmann wrote:

Emmanouil Batsis schrieb:

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.


Right. In that case the org.apache.xerces.parsers.XML11Configuration is use not configured to read the DTD then?

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

Reply via email to