diff options
| -rw-r--r-- | ext/xslt/TODO | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/xslt/TODO b/ext/xslt/TODO index 7c9447e26c..cf85d7c264 100644 --- a/ext/xslt/TODO +++ b/ext/xslt/TODO @@ -11,13 +11,10 @@ $Id$ Short Term ========== -1. something about arg:/foo and arg:foo that i haven't figured out yet +1. Add streams support for file paths in 4th and 5th arg of xslt_process +2. Use zend_parse_parameters and related API's +3. SDOM_* stuff which does xpath queries. - Melvyn - - i think this might be done ? -2. SDOM_* stuff which does xpath queries. - - Melvyn -3. SablotGetLibs() function - -- sorta available.. but i don't know how. Long Term @@ -28,4 +25,7 @@ Long Term actual tsrmls value. - suggested by Marcus Boerger - +3. Evaluate OO functions, ZE2 + - All +4. Prolly an API rewrite, for php5 + - All |
