Re: MathML and Links?

Hakan Ardo wrote:

> acording to the MathML 1.0 specs it should be possible to place links in
> MathML objects using the XML-LINK param like this:
> 
> <mrow XML-LINK="simple" HREF="http://www.w3.org"> ... </mrow>
> 
> Is this supposed to work with Amaya? If so could someone give me a simple
> example of how, I can't get it working? If not, do you know of any other
> browser that supports it?

This will work in the new version that will be released by the end of
the week.  But notice that the XML syntax has changed since the MathML
recommendation was published.  According to the latest XLink draft
(http://www.w3.org/TR/WD-xlink), your example should be:

 <mrow xml:link="simple" href="http://www.w3.org"> ... </mrow>

Vincent.

-------------------------------------------------------
Vincent Quint                       INRIA Rhone-Alpes
W3C/INRIA                           ZIRST
e-mail: Vincent.Quint@w3.org        655 avenue de l'Europe
Tel.: +33 4 76 61 53 62             38330 Montbonnot St Martin
Fax:  +33 4 76 61 52 07             France

Received on Tuesday, 7 July 1998 05:57:06 UTC