- Makefile.am example/Makefile.am: Laszlo PETER provided a fix
  when using -liconv
- TODO: updated
Daniel
diff --git a/TODO b/TODO
index 4c192cf..3ebdd30 100644
--- a/TODO
+++ b/TODO
@@ -55,10 +55,6 @@
 ===========
 
 - 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 @@
   => 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 @@
      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 @@
 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.