aboutsummaryrefslogtreecommitdiff
path: root/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn')
-rw-r--r--doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn10
1 files changed, 10 insertions, 0 deletions
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.