XML Schema validator for key / keyref

245 Views Asked by At

Is there an online XML validator that reports errors for key and keyref violations?

From my trying, with corefiling for example, it does not work. It seems to me that it just ignores the key and keyref specifications.

What I want is to validate an XML instance against a Schema and get errors if
- there are duplicate keys
- keyrefs are not referencing existing elements

0

There are 0 best solutions below