Doug,

I didn't realize that getFirstChild() was a Adobe proprietary call
thought I should have figured that out a while ago.

One cavet on your advice though:

>From http://www.w3.org/TR/SVG11/ecmascript-binding.html:
getBBox()
getCTM()
getScreenCTM()
getCurrentTime()
getSVGDocument()
getTotalLength()
getNumberOfChars()
getComputedTextLength()
getStartTime()
getCurrentTime()
getSimpleDuration()

These are all valid calls that are not Adobe proprietary. ;)


--- In [EMAIL PROTECTED], "Doug Schepers" <[EMAIL PROTECTED]> wrote:
> Hi, Dale-
> 
> You really shouldn't use getters and setters (node.get*())... They are
> proprietary Adobe extensions.
> 
> Instead, use
> 
> var textData = textElement.firstChild.nodeValue;
> 
> Regards-
> Doug Schepers
> 
> doug . schepers  @ vectoreal.com
> www.vectoreal.com
> 
> "Move into the future..." 
> 
> Dale Ellis wrote:
> | 
> | 
> | 
> | Hi I want to get the text value out of the text element.
> | 
> | I have done the below to get teh textData Node var textData = 
> | textObj.getFirstChild()
> | 
> | how can i get it from this?
> |





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

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



Reply via email to