On Wed, Sep 16, 2009 at 10:28 AM, Jonathan Warren <[email protected]> wrote:

>
> das2 has "xml:base", but that is then for all sources so wouldn't work for
> the registry see example 2 below. We could always add another prop to the
> registry I guess ;)
>

Actually, I think it would.  Since xml:base can be applied to any element,
there's nothing to stop you doing:

 <SOURCES>
<SOURCE xml:base="http://human.genomes.org/das/ncbi36/";>
<!-- ... -->
</SOURCE>
<SOURCE xml:base="http://mouse.genomes.org/das/ncbim37/";>
<!-- ... -->
</SOURCE>
</SOURCES>

However, I don't think it's quite in the spirit of xml:base to assign
semantics to the presence (or absence) of xml:base attributes -- it's just
mean to control the handling of relative URIs.

              Thomas.
_______________________________________________
DAS mailing list
[email protected]
http://lists.open-bio.org/mailman/listinfo/das

Reply via email to