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

Re: how to use xml:base and relative URLs with SAX/Java?

  • To: Michael Kay <mike@s...>
  • Subject: Re: how to use xml:base and relative URLs with SAX/Java?
  • From: Elliotte Harold <elharo@m...>
  • Date: Sun, 11 Dec 2005 10:07:30 -0500
  • Cc: 'Anil Philip' <goodnewsforyou@y...>, xml-dev@l...
  • In-reply-to: <20051210162238.4C6614842C@m...>
  • References: <20051210162238.4C6614842C@m...>
  • User-agent: Thunderbird 1.5 (Macintosh/20051025)

java calculate
Michael Kay wrote:

>> 1. However, I get validation error: "Element audioClip
>> is based on a simple type. Attribute 'xml:base' is not
>> defined in the schema instance namespace (xsi)."
> 
> Correct: if the schema doesn't allow xml:base, then you can't use it. The
> only privileged attributes that you can use without declaring them are the
> xsi: attributes defined in the XML schema spec itself, such as xsi:type.

Actually if the schema doesn't support xml:base all that means is that 
the document is invalid. You can still use it despite the validity error 
if the tool/API you're using supports xml:base. SAX parsers normally 
don't support it as far as I know. XOM 1.1 does support it. I'm not sure 
what would happen to XOM if a SAX parser suddenly started supporting it. 
There might be double trouble there. However, so far that hasn't been an 
issue. XOM just reads the attributes and uses that and the information 
returned by the Locator interface to calculate the appropriate base URI 
values. Unless you tell it to validate, it will completely ignore 
whatever the schema says.

-- 
Elliotte Rusty Harold  elharo@m...
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim

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.