onclick event from XML Nodes

Posted by user256007 on Stack Overflow See other posts from Stack Overflow or by user256007
Published on 2010-06-06T17:28:26Z Indexed on 2010/06/06 17:32 UTC
Read the original article Hit count: 347

Filed under:
|
|
|
|

My Documents are a mixture of XML and HTML Tags. where HTML tags are pulled from xhtml namespace and mine are from various namspaces. I wanna take user interaction events from XML Nodes of my Document. I First tried <do:landingTime xhtml:onclick="fnc">20:48:29.45</do:landingTime> with no Luck. But <xhtml:span onclick="fnc"> works. So is there any solution/tricks/hacks/backdoor to take events from my xml Nodes.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about Xml