Using python-wordpress-xmlrpc to post content to a wordpress blog, the documentation is good except that it only shows trivial plain text content. If I use HTML markup in content then the HTML tags get escaped (converted to “< ;” etc), and so do not display properly. Can anyone suggest a way to avoid this?
The only question I’ve seen that addresses this is 3055915 which was six years ago: it refers to a bug fixed in libxml that must surely be fixed now.