Page 2 of 2

Posted: Tue Sep 30, 2008 10:22 pm
by ormus7577
Got it :-D

For the record, you can put a file called wlwmanifest.xml into your blog root with the following content

Code: Select all

<?xml version="1.0" encoding="utf-8" ?> 
<manifest xmlns="http://schemas.microsoft.com/wlw/manifest/weblog">
<options>
<requiresHtmlTitles>No</requiresHtmlTitles>
</options>
</manifest>
Then re-add your blog to WLW (or at least let it refresh your blog). Boom, no more problem with entities in titles :)

Sources:
MSDN
Posting by Microsoft's Joe Cheng (WLW team)

Posted: Wed Oct 01, 2008 1:30 pm
by blog.brockha.us
Cool! Thanks for the info!