Hi,
I'ved tried embedding it as image,still i dont know how to extract the value from the file. The code i'ved post here, seems like it has to be done using HTML files that act as a middle person connecting those two SVG files. I have yet to test that method.still in the process of fixing my coding regarding my SP. Cha --- In [email protected], Philippe Lhoste <[EMAIL PROTECTED]> wrote: > e2mieluv wrote: > > please help me to clear up this matter. Is it possible to link 2 svg > > file togather to enable 1 svg file to retrieve value from another svg > > file. i'ved found on the net that i could use the script below. > > however no saying how i should call or include the 2 svg files. > > the site example battlebots, i was unable to find the source of the > > file to look at it. > > > > var bot = document.embeds["bot"].getSVGDocument(); > > bot.getElementById("Help").setAttribute ("style","display:inline;"); > > > > > > Can anyone help me to clarify this? > > > > Thanks, > > Cha > > Well, here is the file I made to compare an original bitmap to the two > files made by two different BMP to SVG converters: > > <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> > <svg xmlns="http://www.w3.org/2000/svg" > xmlns:xlink="http://www.w3.org/1999/xlink"> > <g id="Bitmap" visibility="visible"> > <image xlink:href="Bitmap.png" width="262" height="133"/> > <image xlink:href="Bitmap_pot.svg" width="262" height="133" > transform="translate(0, 150)"/> > <image xlink:href="Bitmap_at.svg" width="262" height="133" > transform="translate(0, 300)"/> > </g> > </svg> > > As you see, you just have to declare an image element. > Now, I don't know yet how to access to the embed Dom, I suppose your > code fragment gives some hints on this. > > -- > Philippe Lhoste > -- (near) Paris -- France > -- http://Phi.Lho.free.fr > -- For servers mangling my From and Reply-To fields, > -- please send private answers to PhiLho(a)GMX.net > -- -- -- -- -- -- -- -- -- -- -- -- -- -- ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

