]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn
encode_entities_numeric please :)
[git.ikiwiki.info.git] / doc / wishlist / make_html-parser_use_encode_entities_numeric.mdwn
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 (file)
index 0000000..6b99b5e
--- /dev/null
@@ -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.