Re: [xml-dev] xml:base and fragments

From
Ian Graham <>
To
Date
2017-05-04T21:57:06Z
ID
<>
Thread
Re: [xml-dev] xml:base and fragments
Of course this is so unlike the behavior of the HTML BASE element that 
someone should go back to the XML Base rec and strip out the entire 
Abstract:

("This document proposes a facility, similar to that of HTML BASE, for 
defining base URIs for parts of XML documents.")


On 04-May-17 4:50 PM, C. M. Sperberg-McQueen wrote:
>> On May 4, 2017, at 2:09 PM, John P. McCaskey <> wrote:
>>
>> This seems the opposite of Eliot’s initial reaction (and mine and I thought Simon’s but maybe not).
>>
>> Just to be sure then, in my example, a file named example.xml.
>>
>>      <div
>> xml:base="http://www.dictionary.com/a.html">
>>      
>>    <p>
>>          <ref target="#apple">Apple</ref>
>>        </p>
>>      </div>
>>
>> The new Kay-informed (and already TEI majority) consensus is that @target points to a node in example.xml, not to one inside the file at a.html.
> I don’t think that’s the majority view in the TEI discussion.  Or possibly I’m not in the majority over there after all.
>
> The view that I think is entailed by RFC 3986 is that @target is a relative URI whose absolute form is http://www.dictionary.com/a.html#apple and that 3986 defines this resource as being located in the resource example.xml.
>
> I think the natural way to interpret this is that through an otherwise unexplained process, both the URI
>
>      http://www.dictionary.com/a.html#apple
>
> and the URI
>
>      whatever-goes-here/example.xml#apple
>
> denote the same thing, which can be retrieved either by scrolling to the appropriate location in example.com (which is already loaded) or retrieving a.html from www.dictionary.com.  RFC 3986 recommends the former; the document() function in XSLT prescribes the latter.
>
> I do not see any consensus in the TEI discussion for the proposition that the target attribute in the example does not point to http://www.dictionary.com/a.html#apple
>
>
> ********************************************
> C. M. Sperberg-McQueen
> Black Mesa Technologies LLC
> 
> http://www.blackmesatech.com
> ********************************************
>
>
> _______________________________________________________________________
>
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
>
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: 
> subscribe: 
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php

-- 
Ian Graham // <http://www.iangraham.org>