[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML Schema: What does <include schemaLocation="" /> mean?

  • From: Mukul Gandhi <gandhi.mukul@gmail.com>
  • To: Amelia A Lewis <amyzing@talsever.com>
  • Date: Sat, 14 Mar 2020 14:39:50 +0530

Re:  XML Schema: What does <include schemaLocation="" /> mean?
Hi Amy,
    Thanks for the insightful points.

On Fri, Mar 13, 2020 at 6:33 PM Amelia A Lewis <amyzing@talsever.com> wrote:
I don't believe that it's specified that "" is a reference to the
current document, it's just that that interpretation is a consequence
of other things that it does say.

Ok.
 
This is because the resolution of schemaLocation="path/path/filename"
is taken as a relative URI from the base URI, which is (typically) the
current document (unless overridden specifically). So the degenerate
case of a relative URI is "", which when combined with base URI, is the
current document (unless base URI is set to something else, in which
case it's still base URI, but it's not the current document).

Ok.

Your alternative also seems reasonable, if that's how your resolvers
work, but to do so you'd have to special case "". If you don't
special-case it, then "" == base URI (because appending nothing to base
URI has that effect). In your case, presumably you're treating it as an
absolute (null) URI, rather than as a relative URI?

I had reported my <xs:include> URI resolution findings for Xerces-J by using the Xerces sample jaxp.SourceValidator [1]. This seems to ignore the XSD instruction, <xs:include schemaLocation=""/>. It doesn't present a warning like Saxon does, that "" could be a reference to the including XSD document.

It seems that, for XSD validation with Xerces-J, we can customize the URI resolution method for <xs:include>, <xs:import> etc. I guess, we can use an API like [2] (I haven't used this much before. I'm answering only by looking at Xerces-J docs).

 
[1]  http://xerces.apache.org/xerces2-j/samples-jaxp.html#SourceValidator

 

--
Regards,
Mukul Gandhi


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.