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

RE: Unicode and attribute URI values?


unicode uri
This area is a total disaster zone - given that URIs are supposed to be the
foundation of the web, they are a pretty rocky foundation. 

XML itself says that a system identifier "is a URI", but it doesn't say that
it's an error if it isn't, so it seems that parsers that accept a Windows
filename here aren't actually non-conformant.

XML namespaces similarly says that a namespace name is a URI, but it's not
an error if it isn't. (In 1.1, change that to IRI, but the problem
essentially remains.)

The XML Schema spec is a bit clearer. It does explicitly say that the anyURI
type accepts what I call wannabe-URIs (strings that can be turned into valid
URIs by escaping special characters).

Add to this ambiguities within the RFCs - for example the BNF syntax in
RFC2396 doesn't allow the empty string as a (relative) URI, but goes to some
length to explain its semantics. Is an empty string a valid instance of
xs:anyURI? Your guess is as good as mine.

If you're designing your own vocabulary then I think you have complete
freedom to decide what's allowed in your own attribute values. Use the type
xs:anyURI, and then state any constraints you want to impose, e.g. that it
must not contain spaces. Try to define it more clearly than the base specs
manage.

Michael Kay
http://www.saxonica.com/




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.