Here is my code:
test.svg file
<svg>
------------------------------------
-------exempted lines of code-------
------------------------------------
<svg>
<g id="Data_Holder" transform="translate(0,0)">
-------exempted lines of code-------
</g>
</svg>
------------------------------------
-------exempted lines of code-------
------------------------------------
</svg>
following is javascript code to read attributes of transform
function m_GetTransParam()
{
m_data_holder = document.getElementById("Data_Holder");
trans = m_data_holder.getAttributeNS(null , "transform");
document.getElementById("dummy3").firstChild.nodeValue = "Trans: "
+ trans;
-------exempted lines of code-------
}
value of variable trans is "translate(0)" instead of "translate(0,0)"
however,other values other than zero work correctly
Please Help
------------------------------------
-----
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/