aboutsummaryrefslogtreecommitdiff
path: root/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn
blob: 6b99b5e3d47026cd5dc382bc2799c37450b712b2 (plain)
1
2
3
4
5
6
7
8
9
10
Hi,

Using encode_entities makes this sort of thing happen:

XML Parsing Error: undefined entity
Location: http://XXX.YYY.ZZZ/

and points to the relevant entity.

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.