summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2016-12-26 16:38:55 +0100
committerStefan Behnel <stefan_ml@behnel.de>2016-12-26 16:38:55 +0100
commit60a4b49e1c251c5ca546e0dd325f15974c9f2696 (patch)
tree15168f0737591d437b90e8f120d5293a67de2b5d
parent5d63b6dc789d6a3ad8145df6ff95843d632517d5 (diff)
downloadpython-lxml-60a4b49e1c251c5ca546e0dd325f15974c9f2696.tar.gz
update ideas file and remove things that were already done
-rw-r--r--IDEAS.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/IDEAS.txt b/IDEAS.txt
index 1ee41348..f93a0f33 100644
--- a/IDEAS.txt
+++ b/IDEAS.txt
@@ -16,18 +16,10 @@ Things to try out when life permits
* maybe embed the lzma C sources in the distro
http://www.7-zip.org/sdk.html
-* generating XML using the ``with`` statement
-
- http://comments.gmane.org/gmane.comp.python.general/579950?set_lines=100000
-
* parse-time validation against a user provided DTD
* currently only works for XML Schema
-* somehow integrate RelaxNG compact notation (rnc versus rng)
-
- * currently not supported by libxml2 (patch exists)
-
* support subclassing XSLTAccessControl to provide custom per-URL
access check methods
@@ -42,11 +34,6 @@ Things to try out when life permits
* Disadvantage: the tree has to be built manually. In the current
SAX based implementation, libxml2 does it for us.
-* rewrite iterparse() to accept a parser as argument instead of being
- one
-
- * disadvantage: iterparse() can't deal with all parser options
-
* provide an HTMLParser wrapper that handles broken encodings in broken
HTML better, e.g. using BeautifulSoup's "unicode dammit" analyser