Eric Mahuet wrote: > > I don't know if I will receive the answer, because I do not know how to > register me in this ML.
You don't need to be a member of this mailing-list to post a message. See http://www.xmlmind.com/xmleditor/support.html > My problem is simple. When I specify in the DTD an attribute value is an > ID, XXE do not accept the colon. However, an ID is a NAME not a NCNAME. > That's right. This issue comes from the fact that XXE does not natively support DTDs. A DTD is converted on the fly to a W3C XML Schema (AKA XSD) and for a W3C XML Schema, an ID is an NCName and not a Name. See http://www.w3.org/TR/xmlschema-2/#ID -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

