Hi all, I'm trying to do an WYSIWYG xml editor using Iframe. I want that this editor to autocolor and autoclose xml tags in real time when user type xml code in iframe.To do that i attache keyup,keydown events to the iframe.When an event is fired i copy the iframe content into textarea then i edit the content(color the xml tags ...