I need to validate an XML agaist a schema.
I tried XML::SAX::ParserFactory; XML::Validator::Schema and related modules but looks like they are limited.
Limited in the sense that it didn't recognize schema elements such as xsd:unique, xsd:group, xsd:keyref, xsd:union and xsd:key.
Are these xsd:unique, etc. new additions?
Appreciate if you can point me to some Perl modules which are upto date and upto the task.
Thanks in advance.