Hi Baris,

Baris Yilmaz <[EMAIL PROTECTED]> wrote on 08/05/2006 12:14:02 PM:

> onclicked="openWin(&quot;punkt_id&quot;)"

   I guess the question I have is why do you care?
Any compliant XML parser will turn the '&quote;' back
into a "'" char. 

> I have a basic question. I created an element with org.w3dom. Then I try 
to 
> add an eventhandler 
> onclick= "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, &quot;
> 
> onclick="openWin(&quot;punkt_id&quot;)"
> 
> 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
> 
>  Yahoo! Music Unlimited - Access over 1 million songs. Try it free. 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to