Hi all, I want to show XML code in my Wordpress post but I know that I cannot do it simply by typing. Because XML tags are misunderstood by HTML. I want to show this in my post: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Script> <![CDATA[ Actionscript 3.0 ]]> </mx:Script> MXML components </mx:Application> So I decided to use "pre" tag to make it appear correctly. This pre-tagged HTML displays normally in FF and IE. But when I insert it in the HTML tool of WordPress it is displayed confused. Not as espected. And nothing happens in the preview WHY? How can I show XML or HTML tags in my wordpresspost?