aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-15 22:22:04 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-15 22:22:04 +0000
commit96ed5832c7433bc2f4e57b1d5283da835f67a824 (patch)
tree42961014b650d7c61ad2564dace2909d1ec6e370 /TODO
parentd7e4d65e1108eca16adec0d294c5782bc03c5f30 (diff)
downloadandroid_external_libxml2-96ed5832c7433bc2f4e57b1d5283da835f67a824.tar.gz
android_external_libxml2-96ed5832c7433bc2f4e57b1d5283da835f67a824.tar.bz2
android_external_libxml2-96ed5832c7433bc2f4e57b1d5283da835f67a824.zip
- Makefile.am example/Makefile.am: Laszlo PETER provided a fix
when using -liconv - TODO: updated Daniel
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 10 insertions, 7 deletions
diff --git a/TODO b/TODO
index 4c192cff..3ebdd30c 100644
--- a/TODO
+++ b/TODO
@@ -55,10 +55,6 @@ EXTENSIONS:
===========
- Tools to produce man pages from the SGML docs.
-- Finish XPath
- => attributes addressing troubles
- => defaulted attributes handling
- => namespace axis ?
- Add Xpointer recognition/API
@@ -66,9 +62,6 @@ EXTENSIONS:
=> started adding an xlink.[ch] with a unified API for XML and HTML.
it's crap :-(
-- Implement XSLT
- => seems that someone volunteered ?!?
-
- Implement XSchemas
=> Really need to be done <grin/>
@@ -77,6 +70,7 @@ EXTENSIONS:
routine in the comment parsing code of HTML and plug the XML
parsing one in-there should not be too hard. Key point is to get
XSL to transform all this to something decent ...
+ => forget about it ?
- extend the shell with:
- edit
@@ -99,6 +93,15 @@ EXTENSIONS:
Done:
=====
+- Implement XSLT
+ => libxslt
+
+- Finish XPath
+ => attributes addressing troubles
+ => defaulted attributes handling
+ => namespace axis ?
+ done as XSLT got debugged
+
- bug reported by Michael Meallin on validation problems
=> Actually means I need to add support (and warn) for non-deterministic
content model.