Re: @xml:base with @rendition (and maybe other pointers)

"John P. McCaskey" <[email protected]> Wed, 3 May 2017 15:27:34 -0400
Newsgroups gmane.text.tei.general
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------DD4AB76E5D7973F2534879C5
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit

Are people proposing that these targets do not all resolve to the same 
http://www.dictionary.com/words/a.html#apple? <div 
xml:base="http://www.dictionary.com/"> <p xml:base="words/"> <ref 
target="a.html#apple">apple</ref> </p> </div> <div 
xml:base="http://www.dictionary.com/words/"> <p xml:base="a.html"> <ref 
target="#apple">apple</ref> </p> </div> <div 
xml:base="http://www.dictionary.com/words/a.html"> <p> <ref 
target="#apple">apple</ref> </p> </div> <div 
xml:base="http://www.dictionary.com/"> <p> <ref 
target="words/a.html#apple">apple</ref> </p> </div>
-- 


--------------DD4AB76E5D7973F2534879C5
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <pre><font size="-1">Are people proposing that these targets do not all resolve 
to the same <a class="moz-txt-link-freetext" href="http://www.dictionary.com/words/a.html#apple">http://www.dictionary.com/words/a.html#apple</a>?

</font><font size="-1">&lt;div <a class="moz-txt-link-freetext" href="xml:base=">xml:base=</a><a class="moz-txt-link-rfc2396E" href="http://www.dictionary.com/">"http://www.dictionary.com/"</a>&gt;
    &lt;p <a class="moz-txt-link-freetext" href="xml:base=">xml:base=</a>"words/"&gt;
        &lt;ref target="a.html#apple"&gt;apple&lt;/ref&gt;
    &lt;/p&gt;
&lt;/div&gt;

&lt;div <a class="moz-txt-link-freetext" href="xml:base=">xml:base=</a><a class="moz-txt-link-rfc2396E" href="http://www.dictionary.com/words/">"http://www.dictionary.com/words/"</a>&gt;
    &lt;p <a class="moz-txt-link-freetext" href="xml:base=">xml:base=</a>"a.html"&gt;
        &lt;ref target="#apple"&gt;apple&lt;/ref&gt;
    &lt;/p&gt;
&lt;/div&gt;

&lt;div <a class="moz-txt-link-freetext" href="xml:base=">xml:base=</a><a class="moz-txt-link-rfc2396E" href="http://www.dictionary.com/words/a.html">"http://www.dictionary.com/words/a.html"</a>&gt;
    &lt;p&gt;
        &lt;ref target="#apple"&gt;apple&lt;/ref&gt;
    &lt;/p&gt;
&lt;/div&gt;

&lt;div <a class="moz-txt-link-freetext" href="xml:base=">xml:base=</a><a class="moz-txt-link-rfc2396E" href="http://www.dictionary.com/">"http://www.dictionary.com/"</a>&gt;
    &lt;p&gt;
        &lt;ref target="words/a.html#apple"&gt;apple&lt;/ref&gt;
    &lt;/p&gt;
&lt;/div&gt;</font>
<font size="-1">
-- 
</font></pre>
  </body>
</html>

--------------DD4AB76E5D7973F2534879C5--