added new code to handle attribute value templates also a lot of work to
authorDaniel Veillard <veillard@src.gnome.org>
Fri, 13 Feb 2004 16:07:08 +0000 (16:07 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Fri, 13 Feb 2004 16:07:08 +0000 (16:07 +0000)
commit50b5fc7b3610274a70d9b50c7cd686838498d793
tree5bcc4c45b4022531fab66669c390745a9b7fabe6
parent57950c677e16ff0a2effa5f0bfa01382ed8bf20c
added new code to handle attribute value templates also a lot of work to

* libxslt/attrvt.c libxslt/Makefile.am: added new code to handle
  attribute value templates
* libxslt/*.c libxslt/*.h: also a lot of work to reuse the
  dictionaries at the stylesheet and transformation level.
* configure.in: this relies on a recent version of libxml2
  with the sub dictionnary catalog.
Daniel
20 files changed:
ChangeLog
configure.in
libxslt/Makefile.am
libxslt/attributes.c
libxslt/attributes.h
libxslt/attrvt.c [new file with mode: 0644]
libxslt/documents.c
libxslt/keys.c
libxslt/numbers.c
libxslt/numbersInternals.h
libxslt/pattern.c
libxslt/preproc.c
libxslt/templates.c
libxslt/templates.h
libxslt/transform.c
libxslt/variables.c
libxslt/xslt.c
libxslt/xsltInternals.h
libxslt/xsltutils.c
libxslt/xsltutils.h