I have the following problem.
I have two Wordpress blog on your hosting.
When I send in my blog post via XML-RPC with the text of roughly the
Code:
text <br/> text <br/> text " text "
I get the formatted text in my blog
Code:
text <br/>
text <br/>
text " text "
This was the case with the first blog. (the blog is installed on the server server15.000webhost.com)
When I post to my blog in the second through the XML-RPC
Code:
text <br/> text <br/> text " text "
I'm getting chopped tags
Code:
text br/ text br/ text text
on the screen shot looks like a reference to a picture

second blog installed on the server server12.000webhost.com
I looked over the PHP Configuration(server) of the first blog (where problems with the tags server12.000webhost.com)
Quote:
libXML support active
libXML Version 2.7.3
libXML streams enabled
|
and a second blog (no problem with tags server15.000webhost.com)
Quote:
libXML support active
libXML Version 2.6.32
libXML streams enabled
|
The problem with the tags still on the server server24.000webhost.com
Quote:
libXML support active
libXML Version 2.7.3
libXML streams enabled
|
I hope my problem is clear and you try to solve it. Sorry for bad English, I use the translator of google.
Perhaps this link has a description and a solution to this problem.
http://www.wl500g.info/showthread.php?t=18245
http://blog.hoofoo.net/2009/01/14/wo...bxml2-version/
Thanks.