mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-05 12:10:38 +03:00
trying to close #57460 by adding xsltProfileStylesheet Daniel
* win32/libxslt/libxslt.defs: trying to close #57460 by adding xsltProfileStylesheet Daniel
This commit is contained in:
212
ChangeLog
212
ChangeLog
@@ -1,3 +1,8 @@
|
||||
Fri Jul 13 16:57:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* win32/libxslt/libxslt.defs: trying to close #57460 by adding
|
||||
xsltProfileStylesheet
|
||||
|
||||
Thu Jul 12 21:31:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/documents.c libxslt/extensions.c libxslt/extra.c
|
||||
@@ -196,102 +201,7 @@ Thu Jul 5 10:44:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
test output accordingly
|
||||
* libxslt/transform.c libxslt/preproc.c: added xsl:fallback support
|
||||
* tests/REC/Makefile.am tests/REC/test-15-1.*: xsl:fallback test
|
||||
* tests/xmlspec/Makefile.am tests/docbook/Makefile.am: cleanups
|
||||
|
||||
Wed Jul 4 15:15:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/extension.[ch] libxslt/extra.[ch] libxslt/xsltInternals.h
|
||||
libxslt/transform.c libxslt/functions.c: Added the extension API
|
||||
suggested by Thomas Broyer, this should allow implementation of
|
||||
EXSLT for example.
|
||||
* libxslt/extra.[ch]: added a fake xsltFunctionLocalTime() in Norm's
|
||||
CVS extension namespace to avoid complaints, some cleanup
|
||||
* configure.in tests/Makefile.am tests/extensions/*: added a test
|
||||
for new modules testing both elements and functions registration
|
||||
|
||||
Fri Jun 29 23:32:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/pattern.c libxslt/preproc.c libxslt/transform.c
|
||||
libxslt/xslt.c libxslt/xsltutils.[ch]: added xsltGetQNameURI()
|
||||
and cleaned up the way URI for QNames were computed through
|
||||
the code, serious cleanup.
|
||||
* libxslt/xsltInternals.h libxslt/xslt.c: moved cdata-sections
|
||||
in their own hash table, implementation not yet finished.
|
||||
|
||||
Thu Jun 28 23:01:14 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/keys.c libxslt/templates.c libxslt/transform.c
|
||||
libxslt/variables.c libxslt/xsltutils.c: hum seems I forgot
|
||||
to save/restore some XPath context, bug raised by
|
||||
Steve Cheng
|
||||
|
||||
Thu Jun 28 15:48:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/xsltwin32config.h[.in]: added configuration/version
|
||||
informations for Windows/MSC
|
||||
* libxslt/libxslt.h libxslt/*.c: internal header to centralize
|
||||
includes switches
|
||||
* libxslt/Makefile.am: added libxslt.h and xsltwin32config.h[.in]
|
||||
* libxslt/*.[ch] libxslt/*.in: quite a bit of cleanup, especially
|
||||
the email addresses
|
||||
* AUTHORS: added William
|
||||
|
||||
Tue Jun 26 18:45:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* configure.in doc/xslt.html: releasing 0.13.0
|
||||
* doc/Makefile.am: don't index the win32 include
|
||||
* doc/html/*: rebuilt the docs
|
||||
|
||||
Mon Jun 25 15:30:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/xsltproc.c: John Fleck found a typo in usage()
|
||||
* libxslt/xslt.c: avoid warning if version="1.1" is used
|
||||
* libxslt/transform.c: forgot to initialize cur->outputFile
|
||||
* libxslt/functions.c: DOCBOOK_XSL_HACK some versions of DocBook XSL
|
||||
use the vendor string to detect supporting chunking, this
|
||||
is a workaround to be considered in the list of decent XSLT
|
||||
processors <grin/>
|
||||
|
||||
Mon Jun 25 12:41:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* libxslt/transform.[ch] libxslt/xslt.c libxslt/xsltInternals.h:
|
||||
added a new interface xsltRunStylesheet() for a more flexible
|
||||
handling of the output and trying to adhere to xsl:document
|
||||
filename generation semantic if one knows the URL of the output,
|
||||
also add IObuf capacity and SAX for output but is currently not
|
||||
implemented.
|
||||
* libxslt/xsltproc.c: added a -o or --output filename argument
|
||||
to test xsltRunStylesheet() or provide a base when generating
|
||||
multiple outputs
|
||||
* tests/docbook/Makefile.am tests/docbook/result/xtchunk/html/*:
|
||||
updated tests to add DocBook xt:document based chunking
|
||||
* tests/multiple/Makefile.am: cleaned up the makefile a bit
|
||||
* tests/multiple/out/*.html: the new xt:document now generate
|
||||
the DOCTYPE if available as is the case for HTML
|
||||
|
||||
Mon Jun 25 08:45:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
|
||||
|
||||
* Removed some redundant code in xsltDefaultProcessOneNode
|
||||
and revised the default processing of an attribute node
|
||||
|
||||
Sun Jun 24 14:40:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
|
||||
|
||||
* Enhanced ApplyTemplates and ForEach to allow multiple
|
||||
documents within a nodelist.
|
||||
* Repaired small bug in xsltDocument function which caused
|
||||
a crash if invalid second argument was provided.
|
||||
|
||||
Sat Jun 23 15:44:00 MDT 2001 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
* doc/tutorial/libxslttutorial.xml, libxslttutorial.html
|
||||
updating tutorial with explanation of xsltSave vs. xmlSave
|
||||
functions
|
||||
|
||||
Sat Jun 23 19:04:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* test/docbook: updated to docbook-xsl-1.4, regenerated results
|
||||
|
||||
Sat Jun 23 15:32:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
* tests/xmlspec/Makefile.am tests/docbook/Makefi; | ||||