From fd72be7739ff4e127da024c86bec35eb99327491 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 23 Jan 2001 16:27:12 +0000 Subject: That part is not very fun: - tests/Makefile.am: cleanup - libxslt/pattern.c: should support most of the patterns now except ID/Key and maybe some namespace checks when having a default namespace - TODO: updated Daniel --- TODO | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 45f38ddd..33d6b2b2 100644 --- a/TODO +++ b/TODO @@ -7,7 +7,6 @@ Design: - should transforms for a given stylesheet be thread clean, or can a stylesheet be enriched with document specific informations and cleaned up later ? - => currently stylesheet manipulation is not reentrant. - seems that saving back XSLT stylesheet from a compiled form might be a bit ugly ... @@ -26,11 +25,12 @@ ID and Key support: Pattern tester: -> try to optimize for ID scan and tests. + -> also put fast lookup for "text()", "comment()", "node()" + based patterns lists. Pattern scanner: -> add error checks on all returns -> handle unions - -> compute priority Error handling: -> check the version stuff, design a separate module for error interfacing @@ -72,3 +72,6 @@ Support for disable-output-escaping="yes": level. => Done with a trick, text node name is different, requires > 2.2.11 +Pattern scanner: + -> compute priority + => done -- cgit v1.2.3