XML + CSS + event_handlers is it possible?
I've used jQuery to attach event handlers like mouseover to HTML elements such as span and div.
I am now thinking of using XML and CSS for presentation instead of HTML but I can't see a way to attach event handlers.
Is it possible at all.
Is it possible using jQuery?