Hi,
I've chosen WordPress to start a technical blog because of its support for source code syntax highlighting (http://faq.wordpress.com/2007/09/03/how-do-i-post-source-code/). However, when I enter XML source code containing namespace prefixes, this gets all cluttered when saving. For example, after saving, following fragment:
<br />
[sourcecode language="xml"]<br />
<test:test xmlns:test="test"><br />
<test:hello>world</test:hello><br />
</test:test><br />
[/sourcecode]<br />
is mutilated to:
<br />
[sourcecode language="xml"]<br />
<test :test xmlns:test="http://www.test.me"><br />
</test><test :hello>world</test><br />
[/sourcecode]<br />
Note that this is *not* a highlighting issue; the problem occurs when saving a post, and only with namespace-prefixed XML source code. Is there any workaround?
Kind regards,
Ron Van den Branden