Can I use a relative path here (i.e not http:...) ?
the XSD we are validating against is on the server.  I saw couple of options
for a schemaLocation relative path, not sure which one is supported (if any) 
 xsi:schemaLocation="file://C:/tmp/Sample.xsd"
 xsi:schemaLocation="file:///tmp/Sample.xsd"

This, http://java.sun.com/j2se/1.4.2/docs/api/java/net/URI.html, indicates
that 2 is valid, and the XML parser should look into the local system with
an absolute path of
/tmp/Sample.xsd

What does jibx do?
Thanks
-- 
View this message in context: 
http://www.nabble.com/JIbx%27s-use-of-the-xsi%3AschemaLocation-tf3194744.html#a8870230
Sent from the jibx-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to