Image SVG

Hi.

I get a SVG in a SVG : 

<image id="idImage" x="130px" y="340px" width="140px" height="60px" xlink:href="Image01.svg" />

I have some script in the Image01.svg : for example onmouseover(), onmouseout().
This script work well when i Embed Image01.svg in a HTML page.

But does not work when i embed the SVG which reference Image01.svg ?

Any body have a suggestion ?

In other manner how i get (is it possible ?) a pointer on the document in Image01.svg ?

Thanks

Received on Thursday, 5 December 2002 12:29:34 UTC