Re: [SVGMobile12] namespace events are not qualified?

Kono-san,

You wrote:
 > SVG Tiny 1.2 uses namespaced events.  How can I deal namespace of  
events?
 > In examples(handler.svg, javahandler.svg), 'click' event is  
registered.
 > Should event attribute value be qualified(ev:click)?

Namespaced events are addressed using a prefix that must be defined  
in that scope. When there is no prefix, the default namespace that is  
applied to the event name is that of XML Events, which means that in  
this case "click" and "ev:click" are the same. However we have  
changed the example so that the way in which one uses namespaced  
events is clearer.

Thank you very much for your comments, please let us know within two  
weeks if this does not satisfy you.

-- 
Robin Berjon
    Senior Research Scientist
    Expway, http://expway.com/

Received on Thursday, 3 November 2005 11:31:49 UTC