Re: [xml-dev] XLINK support in browsers

From
Anne van Kesteren <>
To
Razvan MIHAIU <>
Date
2005-04-02T12:28:59Z
ID
<>
Thread
Re: [xml-dev] XLINK support in browsers
Razvan MIHAIU wrote:
> Is there any browser that supports the XLINK specification (one that 
> supports extended links) ?

Mozilla has support for simple links, e.g:

  <foo xmlns="tag:example.org,2005-04-02:foo-ns"
       xmlns:xlink="http://www.w3.org/1999/xlink"
       xlink:href="http://www.google.com/"
       xlink:type="simple"/>

This doesn't work within XHTML though and within SVG you can only apply 
it to svg:a elements at the moment, not to all elements.


-- 
  Anne van Kesteren
  <http://annevankesteren.nl/>