Re: [xml-dev] XLink and mixed vocabulary design

From
Alaric B Snell <>
To
Robin Berjon <>
Date
2004-01-23T17:09:13Z
ID
<>
Thread
Re: [xml-dev] XLink and mixed vocabulary design
Robin Berjon wrote:
>> Doesn't the http:// tell you there is a relationship? What am I missing?
> 
> Doesn't fly too well with relative references does it? ;) And even if 
> you get rid of those, you're still really into the 
> m/^(http|ftp|file|...):/i heuristics there.

<devils-advocate>
   Perhaps you could dereference schemas for all of your input documents
   and look for things of type anyURI rather than messing about with
   heuristics?
</devils-advocate>

ABS