Hello guys,
I was wondering if it was possible to disregard the
xsi:noNamespace SchemaLocation. For validation it's obviously easier to
have it point to say a local directory but the final
xsi:noNamespace SchemaLocation has to point to a specific location that
is not local. I was wondering if it was possible to make sure that the
xsi:noNamespace SchemaLocation points to the non local location, force
the parser to disregard the xsi:noNamespace SchemaLocation and force it
to validate against a specific XSD in a location of our choice to
avoid having to tinker with the SchemaLocation XML attribute just for
the validation.
I'm using Saxon8
Any thoughts?
Regards
Jean-Francois Michaud
I was wondering if it was possible to disregard the
xsi:noNamespace SchemaLocation. For validation it's obviously easier to
have it point to say a local directory but the final
xsi:noNamespace SchemaLocation has to point to a specific location that
is not local. I was wondering if it was possible to make sure that the
xsi:noNamespace SchemaLocation points to the non local location, force
the parser to disregard the xsi:noNamespace SchemaLocation and force it
to validate against a specific XSD in a location of our choice to
avoid having to tinker with the SchemaLocation XML attribute just for
the validation.
I'm using Saxon8
Any thoughts?
Regards
Jean-Francois Michaud
Comment