- libxslt/Makefile.am libxslt/template.[ch]: added a template
authorDaniel Veillard <veillard@src.gnome.org>
Sat, 20 Jan 2001 22:40:37 +0000 (22:40 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Sat, 20 Jan 2001 22:40:37 +0000 (22:40 +0000)
commit007037dd7566bd6e6cf1854d3c3c7aa6c2603bc5
tree5f6e424ab0b78246be6ec2b0de7f511d0e1acea6
parent6b5e9df67fb8a144aa41a2c220a7eef775aa5b72
- libxslt/Makefile.am libxslt/template.[ch]: added a template
  specific module. Added attribute value template, at least in
  one spot.
- tests/REC2/Makefile.am tests/REC2/svg.xml: the SVG test from
  the spec now works too.
- libxslt/variables.c: fixed the debug
- libxslt/xslt.c: fixed an ugly uninitialized variable
- libxslt/transform.c: now using attr template processing
Daniel
ChangeLog
libxslt/Makefile.am
libxslt/templates.c [new file with mode: 0644]
libxslt/templates.h [new file with mode: 0644]
libxslt/transform.c
libxslt/variables.c
libxslt/xslt.c
tests/REC2/Makefile.am
tests/REC2/svg.xml