xsltGetNsProp()
- libxslt/attributes.c libxslt/imports.c libxslt/namespaces.c
libxslt/preproc.c libxslt/templates.c libxslt/xslt.c:
Updated to use the new function
- tests/XSLTMark/prettyprint.out tests/docbook/result/html/*.html:
the fixes in the serialization of <pre> in HTML in libxml
led to a number of changes in the output
Daniel
(bug raised by Brent M Hendricks).
- tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-31-* tests/docs/bug-31-*: added a specific
regression test
Daniel
at the top template level
- tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-30-* tests/docs/bug-30-*: added a specific
regression test
Daniel
Stephane GUIBOUD-RIBAUD
- tests/docs/Makefile.am tests/general/Makefile.am
tests/general/bug-29-* tests/docs/bug-29-*: added a specific
regression test
Daniel
- libxslt/attributes.c: cleanup pointed by Joe Orton
- libxslt/xsltproc.c: added --catalogs to load catalogs from
$SGML_CATALOG_FILES
- libxslt/functions.c: cleanup unreached code
- configure.in config.h.in libxslt/xsltproc.c: guarded the
include with preprocessor definitions
Daniel
tests/docbook/result/html/graphics.html
tests/docbook/result/html/gtest.html
tests/docbook/test/external.xml tests/docbook/test/subdoc.ent:
Added a test from coolo for IDs in external parsed entities
and fixed 2 outputs
Daniel
tests/multiple/Makefile.am tests/namespaces/Makefile.am
tests/numbers/Makefile.am tests/xmlspec/Makefile.am:
Seems some of the changes I made for 0.9.0 Makefiles were
not commited ...
Daniel
libxslt/keys.[ch] libxslt/functions.c: cleanups for ctxt->inst
avoiding modifying stylesheet informations, and fixing
document() when called from a global variable init
Daniel
add ctxt->inst to allow stylesheet element lookup (needed
for document() fix)
- libxslt/*.[ch]: generate docs for the structures and
macros, general cleanup for docs
- doc/html/*.html: regenerated all docs
Daniel
add ctxt->inst to allow stylesheet element lookup (needed
for document() fix)
- libxslt/*.h: tried to generate docs for the structures and
macros
Daniel
of crashes on debug
- tests/REC/Makefile.am: be less verbose if things really go wrong
- tests/docs/Makefile.am tests/general/Makefile.am
tests/docs/bug-28-.xml tests/general/bug-28-.*: added bug-28 in
the regression tests
Daniel
detection method to generate HTML documents
- tests/REC/test-2.5-1.out tests/REC/test-8-1.out
tests/REC/test-9.1-2.out tests/REC2/html.xml tests/XSLTMark/game.out
tests/XSLTMark/html.out tests/XSLTMark/products.out
tests/XSLTMark/xslbench1.out tests/XSLTMark/xslbench2.out
tests/XSLTMark/xslbench3.out tests/general/bug-15-.out
tests/general/bug-5-.out: updated a number of tests output
accordingly
Daniel
about attribute being generated twice. Fixed a number of related
bugs on attributes handling.
- tests/REC/test-7.1.4.out: this changed an attribute generation
order
- tests/docs/bug-27-.xml tests/general/bug-27-.*: added test
Daniel
the cases where perl is not in the path (nor in /usr/bin)
- tests/docbook/result/html/gdp-handbook.html
tests/docbook/result/html/kwrite.html
tests/docbook/test/gdp-handbook.xml
tests/docbook/test/kwrite.xml: commited a few more DocBook tests
Daniel
cases where a network access is needed to load a DTD or entity
- tests/docbook/Makefile.am: added --nonet
- tests/docbook/test/classsynop.xml tests/docbook/test/docbook40.xml:
fixed 2 tests as a result
Daniel
- libxslt/transform.c libxslt/xsltutils.c: fixed DOCTYPE generation
- libxslt/xsltproc.c: cleaned up the --repeat loop
- tests/documents/result.xhtml tests/xmlspec/REC-xml-20001006*.html:
fixed the DOCTYPE in tests output
- tests/docs/bug-25-.xml tests/doc/Makefile.am
tests/general/bug-25-.* tests/general/Makefile.am : added a new
test case and fixed the EXTRA_DIST
Daniel
- libxslt/extra.c: add more debug to xsltDebug
- libxslt/transform.c: spent a few hours tracking down an ugly
race like bug in xsltCopyTreeList() arghhh
- libxslt/xsltproc.c: call xmlInitMemory() explictely
Daniel
- doc/internals.html doc/node.fig doc/node.gif doc/processing.fig
doc/processing.gif doc/stylesheet.fig doc/stylesheet.gif
doc/templates.fig doc/templates.gif: started writing tye doc
on how libxslt works.
Daniel
noticed !
- tests/docbook/result/html/* tests/general/bug-11-.out
tests/multiple/result.xml tests/XSLTMark/*.out
libxslt/transform.c: all the PUBLIC and SYSTEM IDs
were swapped
Daniel