nikku/node-xsd-schema-validator

Not presenting expected errors

Closed this issue · 2 comments

When addged soap envelope, it stopped showing errors such as data type validation and invalid tags name or tags missing.
What I did was, added this tag :
<xs:import namespace="http://schemas.xmlsoap.org/soap/envelope/" schemaLocation="soap-envelope.xsd"/>
at the ".xsd" file and then is stoped presenting errors to me, is this a known berraviour?

nikku commented

This is related to #10.

Right now, we don't support external file includes, neither as part of the model, nor as part of the schema.

nikku commented

We support includes on schema level just fine. Would be interesting to get the complete XML you try to validate, plus the schema.