| Base for relative schemaLocations [message #587656] |
Wed, 26 May 2004 10:09 |
Christian Stein Messages: 29 Registered: July 2009 |
Junior Member |
|
|
Hi Ed and others,
I couldn't figure out -- yes, schemaLocations should be absolute -- in
the W3C specs which is the correct base URI when including/import.
./A.xsd
./bbb/B.xsd
./ccc/C.xsd
Be A the root schema including "./bbb/B.xsd" and "./ccc/C.xsd".
What is the correct import statement, if wants to see C?
"../ccc/C.xsd" (assert cwd == ./bbb/)
or
"./ccc/C.xsd"? (assert cwd == .)
(...)
Is XSDResourceImpl.XSD_TRACK_LOCATION related to this topic?
(...)
Or is this bad-style again?
Regards,
Christian
|
|
|
Powered by
FUDForum. Page generated in 0.06013 seconds