I get a validation error on http://www.logilab.org/blog/6056 (line 183, col 507) because an XML entity is being split This is how we setup PCL &l...<p> Entities (i.e. thingies between & and ;) should not be altered by that function. | |
| priority | important |
|---|---|
| type | bug |
| done in | 3.0.1 |
| load | 0.500 |
| load left | 0.000 |

Comments
I've changed the <> to () in http://www.logilab.org/blogentry/3257 so that the page mentionned in the report would work properly. They can be changed back to reproduce the issue.
a fix in cw 3.0 restoring soup2xhtml fix the pb, though we still may have to fix [safe_]cut to deal with html entities...
hum actually not, the pb is in the dumb safe_cut implementation, used when lxml >= 2.0 isn't available.