Hi there!
F.i. I have such line in my .xsd file.
<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
And I want the validation of an xml file doing with that .xsd goes ahead even when there's
no internet connection at a workstation.
How can I tell to xerces to look for that mentioned xml.xsd somewhere locally in jar? Mb is
it possible to change schemaLocation attribute to point to a file inside any jar?
--
Best regards,
Roman mailto:roman.pedchenko@exoplatform.com.ua
---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscribe@xerces.apache.org
For additional commands, e-mail: j-users-help@xerces.apache.org
|