Hi, 
   
I have a basic question. I am using Java to create a svg document. I created an 
element with org.w3dom. Then I try to add an eventhandler 
 onfiltered= "openWin('punkt_id')"  to an element, like;
   
org.w3.dom.Element a = document.createElementNS(null, "circle");
a.setAttributeNS(null, "onclick","openWin(\'punkt_id\')");
   
But the code doesn't print the single quotes. Instead it prints something like, 
"
   
onfiltered="openWin("punkt_id")"
   
I think it should be somethink easy but I coundn't achive in this. I also 
googled, but I coudn't find anything applicable to this...
   Can you please give me an advice how to print these single quotes ?

Thank you..
 Regards
 Baris


                
---------------------------------
Do you Yahoo!?
 Everyone is raving about the  all-new Yahoo! Mail Beta.

[Non-text portions of this message have been removed]



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