I have been using Windows Live Writer to compose by posts.
I noticed that whenever I make a post to my WordPress 2.7 blogs, the tags are stripped and the result is a single line of incorrectly stripped tags.
e.g.
<p>How are you doing</p>
becomes
pHow are you doing/p
Is there any solution to this?
WLW works perfectly with WordPress 2.6.x
I'm using the latest build of WLW and I tested it on both my blogs running 2.7.
I think Windows Live Writer have serious issues with WP 2.7
Many people are reporting all kind of problems with the WLW + WP 2.7
Have you tried with http://windowslivewriter.spaces.live.com/blog/ the latest RC?
I was able to figure out the problem with a bit of searching online.
It seems that the bug is because of incompatibility between libxml and php which causes the tags to be stripped.
Only option currently is to either downgrade to libxml 2.6.30 or install PHP with Expat option.
Check out http://blog.code-head.com/fixing-libxml-php-bug-and-issues-with-html-entities-downgrading-libxml/ for a tutorial of the same.
isharasamantha
Member
Posted 4 years ago #
I have Fix this problem with libxml version 2.7.0 - 2.7.2.
Need to edit some files.
See the solution
WordPress patch for libxml2
mackaaij
Member
Posted 4 years ago #
I'll contact my webhost to update the library but this plugin works:
http://wordpress.org/extend/plugins/libxml2-fix/
(the manual fix to comment out didn't work for me)
mackaaij
Member
Posted 4 years ago #
I'll contact my webhost to update the library but this plugin works:
http://wordpress.org/extend/plugins/libxml2-fix/
(the manual fix to comment out didn't work for me)
willysamsonme
Member
Posted 4 years ago #
I tried all that I can and seems to be going no where. I will contact my hosting provider tomorrow.