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

@xml:base without trailing slash

  • From: "John P. McCaskey" <groups@johnmccaskey.com>
  • To: xml-dev@lists.xml.org
  • Date: Sun, 06 Jan 2013 12:03:48 -0500

@xml:base without trailing slash
When an @xml:base value does not end with a slash, how should nested 
relative URIs be resolved?

This example appears in the xml:base spec.

<doc xml:base="http://example.org/today/" >
.
.
   <olist xml:base="/hotpicks/">
   .
   .
         <link href="pick1.xml">Hot Pick #1</link>


The spec says the href should resolve to

http://example.org/hotpicks/pick1.xml


What would the resolution be if the olist element were like this,

   <olist xml:base="/hotpicks">


that is, didn't have the trailing slash? Would it be

(1) http://example.org/hotpicks/pick1.xml
(2) http://example.org/hotpickspick1.xml

or (3) neither one because the encoding was an error, or (4) either one, 
whichever the application developer wants?

I think it's (1), that a trailing slash is always optional, but I'm not 
sure and don't see where this is explicitly addressed.

-- JPM









[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.