From: simonraven <simonraven@web>
Date: Sat, 11 Jun 2011 17:00:02 +0000 (+0000)
Subject: encode_entities_numeric please :)
X-Git-Tag: 3.20110707~79
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/b09ff73c665968975b6594c6ebdd258c9bdaa81c?ds=inline

encode_entities_numeric please :)
---

diff --git a/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn b/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn
new file mode 100644
index 000000000..6b99b5e3d
--- /dev/null
+++ b/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn
@@ -0,0 +1,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.