Switched all the processing to compiled XPath form, there is a
authorDaniel Veillard <veillard@src.gnome.org>
Mon, 19 Mar 2001 17:52:26 +0000 (17:52 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Mon, 19 Mar 2001 17:52:26 +0000 (17:52 +0000)
commit7f6e74674b2407a13b710d253face364ff28a2ab
treea9d6b31e09afda854c1cf2deb69f05951b423c7b
parent79699ad7dad7e7e956fe8a9e7924ed4ad68f02ad
Switched all the processing to compiled XPath form, there is a
small problem showing up in the mediaobject.filename template of
DocBook, but the way unparsed-entity-uri() doesn't follow the spec
it seems so ...:
- xsltutils.h: cleanup some garbage added last night
- xsltInternals.h variables.c transform.c templates.[ch]
  preproc.c pattern.c keys.c: switched the whole XSLt processing
  to use XPath precompiled expressions and reusing them.
- functions.c: some cleanup, seems people don't use
  unparsed-entity-uri() the way it's supposed to be used
Daniel
ChangeLog
libxslt/functions.c
libxslt/keys.c
libxslt/pattern.c
libxslt/preproc.c
libxslt/templates.c
libxslt/templates.h
libxslt/transform.c
libxslt/variables.c
libxslt/xsltInternals.h
libxslt/xsltutils.h