I just upgraded to OpenSuse 11.1 and it’s giving WordPres grief. MarsEdit looses the left angle bracket characters when the article is transmitted via xmlrpc. I don’t have a solution but here’s what’s going on:
- MarsEdit knows about it: Losing left angle bracket on publish
- WordPress knows about it: XMLRPC api stripping leading angle brackets
- Php knows about it: libxml2 2.7.1 causes breakage with character data in xml_parse()
- libxml2 knows about it Release of libxml2-2.7.1
- Here’s someone with a similar Temporary LIBXML2 solution
I downloaded libxml2-2.7.2 and installed. It didn’t help.