Hello.

This is my firsr participation :).
I m developing a web page with maps(svg).

I have an external js file, and i need  a reference to the document
tha uses its functions.

in my svg i have something like this:
<g>
   <path       onmousedown='mouseDouwnEvent(evt)'      
               onmousemove='mouseMoveEvent(evt)' 
               onmouseup='mouseUpEvent()'  
               onclick='onclick_action(evt,"PORTALEGRE")' 
               id='PORTALEGRE'  d='M ...... points ' style='...'/>
</g>
.
the "mouseDouwnEvent(evt" function its placed in that external file,
and i was not in trouble till i tried to use the parseXML.

I need to implement a zoomBox tool so i must place a rectangle int the
svg.I m trying to use  

   appendChild(parseXML(strXML,document)).

but i still cant get this "document",
... i cang get the svgTag ...:

svgTag.getElementById("zoomRectGroup").appendChild(...)
i need some reference to the correct document?
How do I get a reference to the document (to use in parseXML)
starting from a domument element?

please help!
:)

thanks for the time you spent

Rui Ramalho



-----
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 

Reply via email to