python-wordpress-xmlrpc: html content getting escaped
-
I am using python-wordpress-xmlrpc to post content to a wordpress blog, the documentation is good except that it only shows trivial plain text content, as in
`post.content = ‘This is a wonderful blog post about XML-RPC.’
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 previous question I can see on the topic is this one from five years ago, which seems restricted to a bug in a specific version of lxml (and which must be fixed in new versions of WordPress).
The topic ‘python-wordpress-xmlrpc: html content getting escaped’ is closed to new replies.