[topicmapmail] xml:base and #foo URIs
Thomas B. Passin
tpassin@comcast.net
Thu, 24 Apr 2003 18:30:11 -0400
[Lars Marius Garshol]"
>
> * Thomas B. Passin
> |
> | Yes, but xml:base could still be applied to subjectIndicatorRef and
> | resourceRef, provided that they were not just plain fragment
> | identifiers.
>
> If the argument I presented were the only consideration I would agree,
> but they all use the -xlink:href- attribute, so it would be rather
> strange for them to behave differently.
>
I meant that the URI References for subjectIndicatorRefs, etc., would not be
just plain fragment identifiers, but more like this (omitting namespace
declarations) -
<topicMap xml:base='http://psi-standards.org/'>
<topic id='pet-dog'>
<subjectIdentity>
<subjectIndicatorRef xlink:href='pet-ontology#dog'/>
</subjectIdentity>
</topic>
</topicMap>
This way, you would clearly discrimininate between references that were to
be affected by xml:base from those that were not (the internal
cross-references with plain frag IDs). So these things would not behave
differently.
Cheers,
Tom P