master
More work on extension support: - libxslt/extensions.c: fixed stoopid bug - libxslt/Makefile.am libxslt/extra.[ch]: added a new module carrying extensions to the specification. Added node-set() for existing saxon and xt namespaces and debug() in libxslt namespace (http://xmlsoft.org/XSLT/namespace) - libxslt/xsltutils.[ch] transform.c: moved xsltDebug to extra.c plus cleanup. - configure.in tests/Makefile.am tests/namespaces: added some namespaces tests, including a test calling the extra debugging function in libxslt namespace, worked first time !!! Daniel
fixed exclude-result-prefixes handling and how namespaces propagate from
fixed xsltDebug() to output with the normal error routines updated the
Fixed regression tests wrt usage of the attributes
fixed an ugly problem with namespaces in templates compilation added a
added extra2.err, tst5.xml, tst5.xsl and tst.out to EXTRA_DIST
some enhancement for fixing bug 142768 added regression test for this bug
fix xsltSaveResultToString comment detect loops when computing variables,
fixed handling of #default in namespace-alias for default namespace (bug
tests/namespaces/tst7.xsl: fixed typo detected by new libxml2 code
applied patch from Mark Vakoc fixing bug with namespace URI on template