changed handling of function params to fix bug #381319 exposed
authorWilliam M. Brack <wbrack@src.gnome.org>
Sat, 9 Dec 2006 23:18:21 +0000 (23:18 +0000)
committerWilliam M. Brack <wbrack@src.gnome.org>
Sat, 9 Dec 2006 23:18:21 +0000 (23:18 +0000)
commit79068441851f5fc363d75906a722c6482be0377a
treecbbb9ab3fecc1613fdcb945cf86e85a5df3d0eff
parentb9ab5c35b5edd8c11777888246c8f64634c5fcd2
changed handling of function params to fix bug #381319 exposed

* libexslt/functions.c: changed handling of function params
  to fix bug #381319
* libxslt/transform.[ch]: exposed xsltLocalVariablePush and
  xsltLocalVariablePop as global entries so that they could
  be used from within libexslt/functions.c
* tests/exslt/functions/function.9.[xsl,xml,out] added to
  regression tests
ChangeLog
libexslt/functions.c
libxslt/transform.c
libxslt/transform.h
tests/exslt/functions/Makefile.am
tests/exslt/functions/function.9.out [new file with mode: 0644]
tests/exslt/functions/function.9.xml [new file with mode: 0644]
tests/exslt/functions/function.9.xsl [new file with mode: 0644]