Hi XMLMind,

Do you have any plan to support NVDL?
http://en.wikipedia.org/wiki/Namespace-based_Validation_Dispatching_Language

I think this would be a nice standard way to solve a problem I have with
certain documents edited in XXE that mix elements from various namespaces:

For example:
<a xmlns="a">
  <x:x xmlns:x="x"/>
</a>

The problem is that I have a DTD for "a", which doesn't know anything about
"x". I have an XML Schema for "x", which likewise doesn't know about "a".
NVDL would be able to validate the document anyway.

Thanks,
Benoit
 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to