encode_entities_numeric please :)
[ikiwiki.git] / doc / wishlist / make_html-parser_use_encode_entities_numeric.mdwn
1 Hi,
2
3 Using encode_entities makes this sort of thing happen:
4
5 XML Parsing Error: undefined entity
6 Location: http://XXX.YYY.ZZZ/
7
8 and points to the relevant entity.
9
10 I think using encode_entities_numeric would help a lot with this. This is just a naïve assessment, but this would prevent xml-like pages being non-xml.