platform/upstream/libxslt.git
23 years agoFixed xsltFindDocument to cater for Stylesheet as document
William M. Brack [Mon, 23 Jul 2001 15:40:00 +0000 (15:40 +0000)]
Fixed xsltFindDocument to cater for Stylesheet as document

23 years agoupdating libxslt tutorial to include param support
MDT 2001 John Fleck [Mon, 23 Jul 2001 15:34:28 +0000 (15:34 +0000)]
updating libxslt tutorial to include param support

Mon Jul 23 09:32:27 MDT 2001 John Fleck <jfleck@inkstain.net>

* updating libxslt tutorial to include param support

23 years agosmall cleanup patch to document('') from Matt Sergeant profiler on Windows
Daniel Veillard [Mon, 23 Jul 2001 00:55:43 +0000 (00:55 +0000)]
small cleanup patch to document('') from Matt Sergeant profiler on Windows

* libexslt/math.c: small cleanup
* libxslt/functions.c: patch to document('') from Matt Sergeant
* libxslt/xsltInternals.h libxslt/xsltutils.[ch]: profiler on Windows
  c.f. bug #57464 from Tom Moog
Daniel

23 years agoAdd HTML_DIR definition. Ignore some generated files.
Darin Adler [Thu, 19 Jul 2001 20:23:20 +0000 (20:23 +0000)]
Add HTML_DIR definition. Ignore some generated files.

* configure.in: Add HTML_DIR definition.
* xsltproc/.cvsignore: Ignore some generated files.

23 years agoFix compiling when srcdir != builddir.
Peter Williams [Wed, 18 Jul 2001 17:42:10 +0000 (17:42 +0000)]
Fix compiling when srcdir != builddir.

2001-07-18  Peter Williams  <peterw@ximian.com>

* xsltproc/Makefile.am (INCLUDES): Fix compiling when
srcdir != builddir.

23 years agoremoved utils.[ch] as their content is integrated in libxml uses the new
Thomas Broyer [Mon, 16 Jul 2001 12:50:06 +0000 (12:50 +0000)]
removed utils.[ch] as their content is integrated in libxml uses the new

        * libexslt/.cvsignore libexslt/Makefile.am libexslt/utils.[ch]
          libexslt/common.c libexslt/functions.c libexslt/math.c
          libexslt/sets.c: removed utils.[ch] as their content is
          integrated in libxml
        * libexslt/sets.c: uses the new libxml functions
        * libxslt/extra.[ch]: removed exsl:document
        * AUTHORS: added /me

23 years agoremoved utils.[ch] as their content is integrated in libxml uses the new
Thomas Broyer [Mon, 16 Jul 2001 04:58:29 +0000 (04:58 +0000)]
removed utils.[ch] as their content is integrated in libxml uses the new

* libexslt/.cvsignore libexslt/Makefile.am libexslt/utils.[ch]
  libexslt/common.c libexslt/functions.c libexslt/math.c
  libexslt/sets.c: removed utils.[ch] as their content is
  integrated in libxml
* libexslt/sets.c: uses the new libxml functions
* libxslt/extra.[ch]: removed exsl:document
* AUTHORS: added /me

23 years agosome more generated files to ignore utils.h not installed anymore changed
Thomas Broyer [Sun, 15 Jul 2001 23:24:13 +0000 (23:24 +0000)]
some more generated files to ignore utils.h not installed anymore changed

        * libexslt/.cvsignore: some more generated files to ignore
        * libexslt/Makefile.am: utils.h not installed anymore
        * libexslt/common.c libexslt/exslt.[ch] libexslt/functions.c
          libexslt/math.c libexslt/sets.c:
          changed function prefix from exsl* to exslt*
          {common.c,exslt.c} moved exsltLib{rary,exslt,xslt,xml}Version
          from common.c to exslt.c
          {common.c} removed exslNodeSetFunction, uses xsltFunctionNodeSet
          instead
        * libxslt/extra.c: fixed xsltFunctionNodeSet to accept
          XPATH_NODESET arguments in addition to XPATH_XSLT_TREE
        * xsltproc/xsltproc.c: updated to use the new function prefix

23 years agoSome more generated files to ignore.
Darin Adler [Sun, 15 Jul 2001 20:01:41 +0000 (20:01 +0000)]
Some more generated files to ignore.

* libxslt/.cvsignore:
* tests/XSLTMark/.cvsignore:
* tests/extensions/.cvsignore:
* tests/xmlspec/.cvsignore:
Some more generated files to ignore.

23 years agoIntegrating EXSLT and cleanup:
Daniel Veillard [Sun, 15 Jul 2001 18:30:53 +0000 (18:30 +0000)]
Integrating EXSLT and cleanup:
* Makefile.am configure.in libexslt/Makefile.am:
  Integration of libexslt in the build system
* libxslt/Makefile.am libxslt/xsltproc.c libxslt/xsltutils.c
  xsltproc/Makefile.am xsltproc/xsltproc.c:
  Moved xsltproc to a separate directory, linked it to libexslt,
  and added exslt version reports to -V
* tests/*/Makefile.am: updated the path to xsltproc
* libexslt/common.c libexslt/exslt.h libexslt/exsltconfig.h.in
  libexslt/functions.c libexslt/math.c libexslt/sets.c: added
  versionning informations, some cleanup, and added documentation
  to a couple of exported functions
Daniel

23 years agoaccount for new source files added
Thomas Broyer [Sun, 15 Jul 2001 13:25:00 +0000 (13:25 +0000)]
account for new source files added

        * libexslt/Makefile.am: account for new source files
        * libexslt/.cvsignore: added

23 years agostart implementing EXSLT
Thomas Broyer [Sun, 15 Jul 2001 03:25:37 +0000 (03:25 +0000)]
start implementing EXSLT

23 years agostart implementing EXSLT
Thomas Broyer [Sun, 15 Jul 2001 03:24:40 +0000 (03:24 +0000)]
start implementing EXSLT

        * libexslt/exslt.[hc] libexslt/common.[hc] libexslt/functions.[hc]
          libexslt/math.[hc] libexslt/sets.[hc] libexslt/utils.[hc]
          configure.in libexslt/Makefile.am:
          start implementing EXSLT

23 years agotrying to accept AVT for "format" in xsl:number Daniel
Daniel Veillard [Sat, 14 Jul 2001 20:01:17 +0000 (20:01 +0000)]
trying to accept AVT for "format" in xsl:number Daniel

* libxslt/numbers.c libxslt/numbersInternals.h libxslt/preproc.c:
  trying to accept AVT for "format" in xsl:number
Daniel

23 years agotrying to close #57460 by adding xsltProfileStylesheet Daniel
Daniel Veillard [Thu, 12 Jul 2001 21:02:53 +0000 (21:02 +0000)]
trying to close #57460 by adding xsltProfileStylesheet Daniel

* win32/libxslt/libxslt.defs: trying to close #57460 by adding
  xsltProfileStylesheet
Daniel

23 years agoprovide context for error messages. Requires libxml head changes. fixed a
Daniel Veillard [Thu, 12 Jul 2001 01:32:04 +0000 (01:32 +0000)]
provide context for error messages. Requires libxml head changes. fixed a

* libxslt/documents.c libxslt/extensions.c libxslt/extra.c
  libxslt/functions.c libxslt/imports.c libxslt/keys.c
  libxslt/namespaces.c libxslt/numbers.c libxslt/pattern.c
  libxslt/preproc.c libxslt/templates.c libxslt/transform.c
  libxslt/variables.c libxslt/xslt.c: provide context for
  error messages. Requires libxml head changes.
* libxslt/xsltutils.c libxslt/xsltutils.h: fixed a --profile
  problem
Daniel

23 years agoinitial EXSLT framework Daniel
Daniel Veillard [Tue, 10 Jul 2001 22:33:17 +0000 (22:33 +0000)]
initial EXSLT framework Daniel

* libexslt/Makefile.am: initial EXSLT framework
Daniel

23 years agoreleaseing 1.0.0 added another entry point fixed a comment block updated
Daniel Veillard [Tue, 10 Jul 2001 16:08:10 +0000 (16:08 +0000)]
releaseing 1.0.0 added another entry point fixed a comment block updated

* configure.in libxslt/xsltwin32config.h: releaseing 1.0.0
* win32/libxslt/libxslt.def: added another entry point
* libxslt/transform.c: fixed a comment block
* doc/xslt.html doc/html/*: updated and regenerated the docs
Daniel

23 years agoadded missing functions Daniel
Daniel Veillard [Tue, 10 Jul 2001 15:26:46 +0000 (15:26 +0000)]
added missing functions Daniel

* win32/libxslt/libxslt.def: added missing functions
Daniel

23 years agoadded Embedding Stylesheets added the test from the REC about it tried to
Daniel Veillard [Tue, 10 Jul 2001 15:14:09 +0000 (15:14 +0000)]
added Embedding Stylesheets added the test from the REC about it tried to

* FEATURES libxslt/xsltproc.c libxslt/transform.c
  libxslt/xsltInternals.h: added Embedding Stylesheets
* tests/REC/Makefile.am tests/REC/stand-2.7-1.*: added the test
  from the REC about it
* libxslt/transform.c libxslt/extra.[ch] libxslt/preproc.c:
  tried to accomodate the various (and changing) proprietary
  ways of implementing chunking.
* tests/docbook/result/xtchunk/html: now output is generated in
  ISO-8859-1
Daniel

23 years agosmall cleanup patch from Michal Sajdak for cdata/text handling Daniel
Daniel Veillard [Mon, 9 Jul 2001 21:25:21 +0000 (21:25 +0000)]
small cleanup patch from Michal Sajdak for cdata/text handling Daniel

* libxslt/xsltproc.c: small cleanup
* libxslt/transform.c libxslt/xslt.c : patch from Michal Sajdak
  for cdata/text handling
Daniel

23 years agosmall fix for xsl:message by Stephane GUIBOU added a specific regression
Daniel Veillard [Mon, 9 Jul 2001 20:06:35 +0000 (20:06 +0000)]
small fix for xsl:message by Stephane GUIBOU added a specific regression

* libxslt/xsltutils.c: small fix for xsl:message by Stephane GUIBOU
* tests/documents/Makefile.am tests/documents/message.*: added
  a specific regression test
* libxslt/transform.c: fixed an infinite loop
* configure.in doc/Makefile.am: attempt to add --with-html-dir,
  this may work
Daniel

23 years agofixed exclude-result-prefixes handling and how namespaces propagate from
Daniel Veillard [Mon, 9 Jul 2001 13:59:13 +0000 (13:59 +0000)]
fixed exclude-result-prefixes handling and how namespaces propagate from

* libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h:
  fixed exclude-result-prefixes handling and how namespaces
  propagate from the stylesheet to the result in general, this
  is a serious cleanup.
* tests/general/bug-3[67]-inc.xsl tests/general/bug-6-.xsl
  tests/general/itemschoose.out tests/namespaces/extra.xsl
  tests/REC/test-10-1.xsl tests/REC/test-10-2.xsl
  tests/REC/test-11.2-1.xsl tests/REC/test-11.2-2.xsl
  tests/REC/test-11.2-6.xsl tests/REC/test-15-1.xsl
  tests/REC/test-16.1-1.xsl tests/REC/test-16.1-2.xsl
  tests/REC/test-5.4-1.out tests/REC/test-5.4-2.out
  tests/REC/test-5.4-3.out tests/REC/test-5.4-4.out
  tests/REC/test-7.1.1-2.out tests/REC/test-7.1.1-2.xsl
  tests/REC/test-7.1.1-3.out tests/REC/test-7.1.1-3.xsl
  tests/REC/test-7.1.1.out tests/REC/test-7.1.3.xsl
  tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl
  tests/REC/test-7.6.1-1.xsl tests/REC/test-7.6.1-2.xsl
  tests/REC/test-7.6.1-3.xsl tests/REC/test-7.6.2-1.xsl:
  fixed and rechecked all the tests where the namespace
  propagation was wrong either taht the rules were not applied
  correctly or that superfluous namespaces were declared in the
  stylesheets
Daniel

23 years agoNorm pointed out that element-available() didn't work, implemented it
Daniel Veillard [Sun, 8 Jul 2001 20:21:05 +0000 (20:21 +0000)]
Norm pointed out that element-available() didn't work, implemented it

* libxslt/extra.c libxslt/functions.c libxslt/transform.[ch]
  libxslt/variables.h: Norm pointed out that element-available()
  didn't work, implemented it
* tests/extensions/Makefile.am tests/extensions/list.*: added
  a test for all registered xslt element, function and default
  extensions.
Daniel

23 years agoadded a test for URI-escaping on document() input Daniel
Daniel Veillard [Sun, 8 Jul 2001 18:45:45 +0000 (18:45 +0000)]
added a test for URI-escaping on document() input Daniel

* tests/documents/Makefile.am 'tests/documents/doc file.xml'
  tests/documents/docfile.xml tests/documents/test.result
  tests/documents/test.xml tests/documents/test.xsl:
  added a test for URI-escaping on document() input
Daniel

23 years agoadded a couple of regression tests for bugs posted on the list Daniel
Daniel Veillard [Sun, 8 Jul 2001 14:35:46 +0000 (14:35 +0000)]
added a couple of regression tests for bugs posted on the list Daniel

* tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-49-* tests/docs/bug-49-*
  tests/general/bug-50-* tests/docs/bug-50-*: added a
  couple of regression tests for bugs posted on the list
Daniel

23 years agoavoid generating CDATA node in document tree when parsed, force generation
Daniel Veillard [Sun, 8 Jul 2001 13:42:21 +0000 (13:42 +0000)]
avoid generating CDATA node in document tree when parsed, force generation

* libxslt/xsltproc.c: avoid generating CDATA node in document
  tree when parsed, force generation of text nodes instead.
Daniel

23 years agofixed a number of typo found by Dan York improved the profiling ouput,
Daniel Veillard [Sun, 8 Jul 2001 12:40:43 +0000 (12:40 +0000)]
fixed a number of typo found by Dan York improved the profiling ouput,

* doc/extensions.html: fixed a number of typo found by Dan York
* libxslt/xsltutils.c: improved the profiling ouput, added the
  average value too.
Daniel

23 years agotryingt to fix a problem raised by Norm Daniel
Daniel Veillard [Sat, 7 Jul 2001 22:12:33 +0000 (22:12 +0000)]
tryingt to fix a problem raised by Norm Daniel

* libxslt/variables.c: tryingt to fix a problem raised by Norm
Daniel

23 years agoadded gettimeofday() check profiling works option --profile (or --norman
Daniel Veillard [Sat, 7 Jul 2001 21:24:06 +0000 (21:24 +0000)]
added gettimeofday() check profiling works option --profile (or --norman

* config.h.in configure.in: added gettimeofday() check
* libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.[ch]:
  profiling works option --profile (or --norman ;)
Daniel

23 years ago- libxslt/templates.c libxslt/transform.c libxslt/transform.h
Daniel Veillard [Sat, 7 Jul 2001 17:05:02 +0000 (17:05 +0000)]
- libxslt/templates.c libxslt/transform.c libxslt/transform.h
  libxslt/variables.c: big cleanup on the way templates or
  template fragments are processed, cleanup of stack building
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-4[1-8]-* tests/docs/bug-4[1-8]-*: added a
  series of regression test for the variable/params lookups
- libxslt/transform.c libxslt/xsltutils.[ch] libxslt/xsltproc.c:
  started working on profiling code, there is just invocation counting
  yet but the framework is in place.
Daniel

23 years agoadded a specific regression test for the variable scope within templates
Daniel Veillard [Sat, 7 Jul 2001 09:21:53 +0000 (09:21 +0000)]
added a specific regression test for the variable scope within templates

* tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-40-* tests/docs/bug-40-*: added a specific
  regression test for the variable scope within templates problem
Daniel

23 years agoFixed variable scope problem
William M. Brack [Sat, 7 Jul 2001 09:11:11 +0000 (09:11 +0000)]
Fixed variable scope problem

23 years agoupdated the top page, Daniel
Daniel Veillard [Sat, 7 Jul 2001 00:14:50 +0000 (00:14 +0000)]
updated the top page, Daniel

23 years agoCleanup and added a entry for the shutdown function.
Daniel Veillard [Fri, 6 Jul 2001 16:33:55 +0000 (16:33 +0000)]
Cleanup and added a entry for the shutdown function.
Daniel

23 years agoWriting documentation blows but is really needed <grin/>
Daniel Veillard [Fri, 6 Jul 2001 15:44:44 +0000 (15:44 +0000)]
Writing documentation blows but is really needed <grin/>
* doc/extensions.html doc/internals.html doc/xslt.html:
  added a documentation on writing libxslt extensions, and
  added links to the main page
* libxslt/functions.c libxslt/xsltInternals.h
Daniel

23 years ago*** empty log message ***
William M. Brack [Fri, 6 Jul 2001 06:49:11 +0000 (06:49 +0000)]
*** empty log message ***

23 years agoCleanup messages and comments
William M. Brack [Fri, 6 Jul 2001 06:36:32 +0000 (06:36 +0000)]
Cleanup messages and comments

23 years agoadded 0.14.0 release Daniel
Daniel Veillard [Fri, 6 Jul 2001 00:00:14 +0000 (00:00 +0000)]
added 0.14.0 release Daniel

* doc/xslt.html: added 0.14.0 release
Daniel

23 years agoreleased 0.14.0 Daniel
Daniel Veillard [Thu, 5 Jul 2001 23:44:43 +0000 (23:44 +0000)]
released 0.14.0 Daniel

* configure.in libxslt/xsltwin32config.h: released 0.14.0
Daniel

23 years agorebuilt docs before release fixed a function doc header Daniel
Daniel Veillard [Thu, 5 Jul 2001 23:02:43 +0000 (23:02 +0000)]
rebuilt docs before release fixed a function doc header Daniel

* doc/html/*: rebuilt docs before release
* libxslt/extensions.c: fixed a function doc header
Daniel

23 years ago- FEATURES: updated - libxslt/xslt.c libxslt/xsltInternals.h: added
Daniel Veillard [Thu, 5 Jul 2001 22:43:40 +0000 (22:43 +0000)]
- FEATURES: updated - libxslt/xslt.c libxslt/xsltInternals.h: added

- FEATURES: updated
- libxslt/xslt.c libxslt/xsltInternals.h: added exclude-result-prefix
  support
- tests/REC/Makefile.am tests/REC/test-7.1.1-[23]*: added a couple
  of specific tests
- tests/xmlspec/REC-xml-20001006-review.html: seems this changed
  something there, not visually perceptible
Daniel

23 years ago- tests/docbook/result/: the change in libxml affected the
Daniel Veillard [Thu, 5 Jul 2001 20:51:51 +0000 (20:51 +0000)]
- tests/docbook/result/: the change in libxml affected the
  output of the Docbook tests (of course it was detected on
  a DocBook example)
Daniel

23 years agoupdated added cdata-section-elements added 2 tests from the REC Daniel
Daniel Veillard [Thu, 5 Jul 2001 13:15:16 +0000 (13:15 +0000)]
updated added cdata-section-elements added 2 tests from the REC Daniel

* FEATURES: updated
* libxslt/transform.c: added cdata-section-elements
* tests/REC/Makefile.am tests/REC/test-16.1-*: added 2 tests from the REC
Daniel

23 years agoUpdated the bug reporting section,
Daniel Veillard [Thu, 5 Jul 2001 09:55:06 +0000 (09:55 +0000)]
Updated the bug reporting section,
Daniel

23 years agoupdated do not dump document for which there have been no generated
Daniel Veillard [Thu, 5 Jul 2001 08:59:37 +0000 (08:59 +0000)]
updated do not dump document for which there have been no generated

* FEATURES: updated
* libxslt/xsltutils.c: do not dump document for which there have
  been no generated content
* tests/multiple/result.xml tests/namespaces/extra2.out: fixed
  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
Daniel

23 years ago- libxslt/extension.[ch] libxslt/extra.[ch] libxslt/xsltInternals.h
Daniel Veillard [Wed, 4 Jul 2001 13:22:40 +0000 (13:22 +0000)]
- 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
Daniel

23 years agoadded xsltGetQNameURI() and cleaned up the way URI for QNames were
Daniel Veillard [Fri, 29 Jun 2001 21:36:22 +0000 (21:36 +0000)]
added xsltGetQNameURI() and cleaned up the way URI for QNames were

* 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.
Daniel

23 years ago- libxslt/keys.c libxslt/templates.c libxslt/transform.c
Daniel Veillard [Thu, 28 Jun 2001 21:03:31 +0000 (21:03 +0000)]
- 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
Daniel

23 years agoOops forgot to add libxslt.h, Daniel
Daniel Veillard [Thu, 28 Jun 2001 14:24:41 +0000 (14:24 +0000)]
Oops forgot to add libxslt.h, Daniel

23 years agoadded configuration/version informations for Windows/MSC internal header
Daniel Veillard [Thu, 28 Jun 2001 14:23:39 +0000 (14:23 +0000)]
added configuration/version informations for Windows/MSC internal header

* 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
Daniel

23 years agoreleasing 0.13.0 don't index the win32 include rebuilt the docs Daniel
Daniel Veillard [Tue, 26 Jun 2001 16:48:50 +0000 (16:48 +0000)]
releasing 0.13.0 don't index the win32 include rebuilt the docs Daniel

* configure.in doc/xslt.html: releasing 0.13.0
* doc/Makefile.am: don't index the win32 include
* doc/html/*: rebuilt the docs
Daniel

23 years agoCleanup and workaround a docbook XSL error:
Daniel Veillard [Mon, 25 Jun 2001 13:35:30 +0000 (13:35 +0000)]
Cleanup and workaround a docbook XSL error:

* 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/>
Daniel

23 years agoLots of cleanup work toward betted multiple document output handling:
Daniel Veillard [Mon, 25 Jun 2001 10:58:40 +0000 (10:58 +0000)]
Lots of cleanup work toward betted multiple document output handling:

* 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
Daniel

23 years agoRevised default template processing for attribute node
William M. Brack [Mon, 25 Jun 2001 01:01:47 +0000 (01:01 +0000)]
Revised default template processing for attribute node

23 years agoupdated
William M. Brack [Sun, 24 Jun 2001 06:45:18 +0000 (06:45 +0000)]
updated

23 years agoenhanced ApplyTemplates and ForEach to allow multiple documents
William M. Brack [Sun, 24 Jun 2001 06:41:16 +0000 (06:41 +0000)]
enhanced ApplyTemplates and ForEach to allow multiple documents
within a single nodelist. Repaired small bug in document function.

23 years agodoc/tutorial/libxslttutorial.xml, libxslttutorial.html updating tutorial
MDT 2001 John Fleck [Sat, 23 Jun 2001 21:49:27 +0000 (21:49 +0000)]
doc/tutorial/libxslttutorial.xml, libxslttutorial.html updating tutorial

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

23 years agoupdated to docbook-xsl-1.4, regenerated results Daniel
Daniel Veillard [Sat, 23 Jun 2001 17:06:54 +0000 (17:06 +0000)]
updated to docbook-xsl-1.4, regenerated results Daniel

* test/docbook: updated to docbook-xsl-1.4, regenerated results
Daniel

23 years ago- Makefile.am libxslt/Makefile.am libxslt/numbers.c
Daniel Veillard [Sat, 23 Jun 2001 15:41:55 +0000 (15:41 +0000)]
- Makefile.am libxslt/Makefile.am libxslt/numbers.c
  libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltproc.c:
  Patches for Windows mostly contributed by Yon Derek
- win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw
  win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp:
  Project file for Mircrosoft C provided by Yon Derek
Daniel

23 years agoclosing bug #56517, fixed a number of problems in the patterns
Daniel Veillard [Sat, 23 Jun 2001 12:24:49 +0000 (12:24 +0000)]
closing bug #56517, fixed a number of problems in the patterns

* libxslt/pattern.c: closing bug #56517, fixed a number of
  problems in the patterns compilations, priorities and debug
* libxslt/transform.c: improved the template debug message
* tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-39-* tests/docs/bug-39-*: added a specific
  regression test for #56517
Daniel

23 years agoDon't bother me with generated files, Daniel
Daniel Veillard [Fri, 22 Jun 2001 14:36:47 +0000 (14:36 +0000)]
Don't bother me with generated files, Daniel

23 years agoRemoved the result of the multiple tests, it's generated stuff, Daniel
Daniel Veillard [Fri, 22 Jun 2001 14:35:03 +0000 (14:35 +0000)]
Removed the result of the multiple tests, it's generated stuff, Daniel

23 years ago- libxslt/xslt.c: avoid a stupid bug when compiling with
Daniel Veillard [Fri, 22 Jun 2001 14:18:43 +0000 (14:18 +0000)]
- libxslt/xslt.c: avoid a stupid bug when compiling with
  libxml < 2.3.11 and without LIBXML_DEBUG_ENABLED
Daniel

23 years ago- libxslt/numbers.c: fix of a small bug
Daniel Veillard [Thu, 21 Jun 2001 22:13:02 +0000 (22:13 +0000)]
- libxslt/numbers.c: fix of a small bug
- libxslt/transform.c libxslt/variables.c libxslt/xslt.c: cleanups
  while bug-hunting
Daniel

23 years agoMore .cvsignore entries
ÉRDI Gergo [Wed, 20 Jun 2001 22:40:03 +0000 (22:40 +0000)]
More .cvsignore entries

23 years agoadded XHTML and XSL FO to the regression tests added XHTML stylesheets
Daniel Veillard [Tue, 19 Jun 2001 14:16:56 +0000 (14:16 +0000)]
added XHTML and XSL FO to the regression tests added XHTML stylesheets

* tests/docbook/Makefile.am: added XHTML and XSL FO to the
  regression tests
* tests/docbook/xhtml/*: added XHTML stylesheets
* tests/docbook/fo/*: added XSL FO stylesheets
* tests/docbook/result/xhtml/*: added XHTML results
* tests/docbook/result/fo/*: added XSL FO results
Daniel

23 years ago- HACKING: fixed, added William
Daniel Veillard [Mon, 18 Jun 2001 22:21:10 +0000 (22:21 +0000)]
- HACKING: fixed, added William
Daniel

23 years agoAdding generated files to .cvsignore -- Hope you don't mind, Daniel
ÉRDI Gergo [Mon, 18 Jun 2001 21:02:58 +0000 (21:02 +0000)]
Adding generated files to .cvsignore -- Hope you don't mind, Daniel

23 years ago- libxslt/xsltutils.c: forgot to flush in xsltSaveTo() in html and
Daniel Veillard [Mon, 18 Jun 2001 16:38:35 +0000 (16:38 +0000)]
- libxslt/xsltutils.c: forgot to flush in xsltSaveTo() in html and
  xml cases, and fixed text output to be recursive in text nodes
  lookups
Daniel

23 years ago- configure.in: patch from Tony Graham to cleanup libxml2 detection
Daniel Veillard [Mon, 18 Jun 2001 13:45:59 +0000 (13:45 +0000)]
- configure.in: patch from Tony Graham to cleanup libxml2 detection
Daniel

23 years ago- libxslt/xsltutils.[ch]: fixed xsltGetNsProp, i always forget
Daniel Veillard [Sun, 17 Jun 2001 15:43:53 +0000 (15:43 +0000)]
- libxslt/xsltutils.[ch]: fixed xsltGetNsProp, i always forget
  'namespace' is a reserved C++ identifier
Daniel

23 years agoadding 0.12.0 release Daniel
Daniel Veillard [Sun, 17 Jun 2001 15:09:33 +0000 (15:09 +0000)]
adding 0.12.0 release Daniel

* doc/xslt.html: adding 0.12.0 release
Daniel

23 years ago- configure.in: preparing 0.12.0 release
Daniel Veillard [Sun, 17 Jun 2001 11:25:09 +0000 (11:25 +0000)]
- configure.in: preparing 0.12.0 release
- libxslt/transform.c: a bit of cleanup on the XInclude defaults
- libxslt/xsltconfig.h.in: added doc inline comment
- libxslt/xslt.[ch] libxslt/xsltproc.c: added more version informations
  and enriched xsltproc --version to show them
- doc/html/*.html: rebuilt the docs
- doc/Makefile.am libxslt.spec.in: try to make sure John Fleck
  tutorial ends up in the tars and RPMs
Daniel

23 years agoupdated the descriptions Daniel
Daniel Veillard [Sat, 16 Jun 2001 21:59:54 +0000 (21:59 +0000)]
updated the descriptions Daniel

* libxslt.spec.in: updated the descriptions
Daniel

23 years agofixed the title, Daniel
Daniel Veillard [Sat, 16 Jun 2001 21:54:20 +0000 (21:54 +0000)]
fixed the title, Daniel

fixed the title,
Daniel

23 years ago- libxslt/namespaces.[ch]: added a single namespace def copy
Daniel Veillard [Sat, 16 Jun 2001 21:33:05 +0000 (21:33 +0000)]
- libxslt/namespaces.[ch]: added a single namespace def copy
  operation xsltCopyNamespace(). cleaned up xsltCopyNamespaceList()
- libxslt/transform.c: cleaned up xsltCopyNode to cope with
  any kind of input nodes.
- libxslt/variables.c: checked and closed the last TODO about
  namespace propagation
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-38-* tests/docs/bug-38-*: added a specific
  regression test for #56115
Daniel

23 years agoadding discussion of freeing memory, image files for callouts, link to
MDT 2001 John Fleck [Sat, 16 Jun 2001 15:46:24 +0000 (15:46 +0000)]
adding discussion of freeing memory, image files for callouts, link to

Sat Jun 16 09:27:27 MDT 2001 John Fleck <jfleck@inkstain.net>

* updating tutorial: adding discussion of freeing memory, image
files for callouts, link to xsltproc.c code

23 years ago- libxslt/variables.c: bug #56267 was still not fixed, forgot
Daniel Veillard [Sat, 16 Jun 2001 13:25:56 +0000 (13:25 +0000)]
- libxslt/variables.c: bug #56267 was still not fixed, forgot
  to remove the old code
- tests/general/bug-37-.xsl: wrong reference to 36 fixed, this does
  the test for good
Daniel

23 years ago- libxslt/variables.c: fixed bug #56267, namespaces must
Daniel Veillard [Fri, 15 Jun 2001 22:33:52 +0000 (22:33 +0000)]
- libxslt/variables.c: fixed bug #56267, namespaces must
  be propagated when evaluating local variables.
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-37-* tests/docs/bug-37-*: added a specific
  regression test for #56267
Daniel

23 years ago- libxslt/keys.c: avoid a possibility of an uninitialized variable
Daniel Veillard [Fri, 15 Jun 2001 16:32:33 +0000 (16:32 +0000)]
- libxslt/keys.c: avoid a possibility of an uninitialized variable
- libxslt/documents.c libxslt/transform.[ch] libxslt/transform.h
  libxslt/xsltInternals.h libxslt/xsltproc.c: Implement Raphael Hertzog
  request to have xinclude processing done on document() if requested
Daniel

23 years ago- libxslt/Makefile.am: applied patch from Sander Vesik for -j2
Daniel Veillard [Thu, 14 Jun 2001 18:53:57 +0000 (18:53 +0000)]
- libxslt/Makefile.am: applied patch from Sander Vesik for -j2
Daniel

23 years ago- libxslt/preproc.c: removed a warning on xsl:transform
Daniel Veillard [Thu, 14 Jun 2001 08:09:43 +0000 (08:09 +0000)]
- libxslt/preproc.c: removed a warning on xsl:transform
- tests/docs/Makefile.am tests/docs/array.xml tests/general/Makefile.am
  tests/general/array.out tests/general/array.xsl: added a new
  test fround in xsl-dev
Daniel

23 years ago- tests/docbook/result/html/*.html tests/XSLTMark/xslbench[12].out
Daniel Veillard [Wed, 13 Jun 2001 21:15:25 +0000 (21:15 +0000)]
- tests/docbook/result/html/*.html tests/XSLTMark/xslbench[12].out
  tests/xmlspec/REC-xml-20001006*.html: the changes to the HTML
  serializer of libxml impacted the result of some tests. Checked
  that the XML REC renders identically.
Daniel

23 years agofixing embarassing typos in doc/tutorial/libxslttutorial.xml and generated
MDT 2001 John Fleck [Mon, 11 Jun 2001 13:21:06 +0000 (13:21 +0000)]
fixing embarassing typos in doc/tutorial/libxslttutorial.xml and generated

Mon Jun 11 07:19:06 MDT 2001 John Fleck <jfleck@inkstain.net>

* fixing embarassing typos in doc/tutorial/libxslttutorial.xml and
generated html

23 years ago- libxslt/variables.c: fixed bug #55670, namespaces must
Daniel Veillard [Mon, 11 Jun 2001 11:44:36 +0000 (11:44 +0000)]
- libxslt/variables.c: fixed bug #55670, namespaces must
  be propagated when evaluating global variables.
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-36-* tests/docs/bug-36-*: added a specific
  regression test for #55670
Daniel

23 years agolinked to the tutorial Daniel
Daniel Veillard [Mon, 11 Jun 2001 07:36:43 +0000 (07:36 +0000)]
linked to the tutorial Daniel

* doc/xslt.html: linked to the tutorial
Daniel

23 years agodoc/tutorial/libxslt_tutorial.c, libxslttutorial.html, libxslttutorial.xml
MDT 2001 John Fleck [Mon, 11 Jun 2001 01:38:57 +0000 (01:38 +0000)]
doc/tutorial/libxslt_tutorial.c, libxslttutorial.html, libxslttutorial.xml

Sun Jun 10 19:36:31 MDT 2001 John Fleck <jfleck@inkstain.net>

* doc/tutorial/libxslt_tutorial.c,  libxslttutorial.html,
libxslttutorial.xml
adding tutorial

23 years ago- libxslt/transform.c: closed bug #55723, problem was due to
Daniel Veillard [Sun, 10 Jun 2001 19:54:50 +0000 (19:54 +0000)]
- libxslt/transform.c: closed bug #55723, problem was due to
  a limitation of xsltGetNamespace() when the insertion point
  is the document.
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-35-* tests/docs/bug-35-*: added a specific
  regression test for #55723
Daniel

23 years agoposted changes commited earlier
William M. Brack [Sun, 10 Jun 2001 06:58:28 +0000 (06:58 +0000)]
posted changes commited earlier

23 years agodocuments.[hc] : added new procedure xsltFindDocument, needed when
William M. Brack [Sun, 10 Jun 2001 06:30:59 +0000 (06:30 +0000)]
documents.[hc] : added new procedure xsltFindDocument, needed when

documents.[hc] : added new procedure xsltFindDocument, needed when document changed within xsltApplyTemplates and xsltForEach
keys.c : saved and restored ctxt->document within xsltInitKey
transform.c : fixed several problems with document() within xsltApplyTemplates and xsltForEach.  Also cleaned up misc. messages

23 years agoFixed a few URLs, Daniel
Daniel Veillard [Sat, 9 Jun 2001 21:58:35 +0000 (21:58 +0000)]
Fixed a few URLs, Daniel

23 years ago- libxslt/xsltutils.[ch]: closing bug #55683 required to add
Daniel Veillard [Thu, 7 Jun 2001 19:35:15 +0000 (19:35 +0000)]
- libxslt/xsltutils.[ch]: closing bug #55683 required to add
  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

23 years ago- tests/docs/Makefile.am tests/general/Makefile.am
Daniel Veillard [Wed, 6 Jun 2001 08:24:24 +0000 (08:24 +0000)]
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-32-* tests/docs/bug-32-*: added a specific
  regression test for #55722
Daniel

23 years ago- doc/xslt.html: updated to ask to not send mail directly
Daniel Veillard [Wed, 6 Jun 2001 07:52:17 +0000 (07:52 +0000)]
- doc/xslt.html: updated to ask to not send mail directly
- tests/docs/Makefile.am tests/general/Makefile.am
  tests/general/bug-33-* tests/docs/bug-33-*: added a specific
  regression test for #55722
Daniel

23 years ago- libxslt/pattern.c : trying to fix #55670
Daniel Veillard [Tue, 5 Jun 2001 15:08:14 +0000 (15:08 +0000)]
- libxslt/pattern.c : trying to fix #55670
- tests/XSLTMark/reverser.out : result of test changed when
  William fixed XPath
Daniel

23 years ago- doc/xslt.html: updated with 0.11.0
Daniel Veillard [Fri, 1 Jun 2001 10:51:54 +0000 (10:51 +0000)]
- doc/xslt.html: updated with 0.11.0
daniel

23 years ago- configure.in libxslt.spec.in: released 0.11.0
Daniel Veillard [Fri, 1 Jun 2001 09:32:02 +0000 (09:32 +0000)]
- configure.in libxslt.spec.in: released 0.11.0
Daniel

23 years ago- libxslt/transform.c: William M. Brack found a small bug
Daniel Veillard [Mon, 28 May 2001 10:55:59 +0000 (10:55 +0000)]
- libxslt/transform.c: William M. Brack found a small bug
  when call-template didn't find the template.
Daniel

23 years ago- libxslt/transform.c: fixed handling of PI and comments
Daniel Veillard [Sat, 26 May 2001 15:09:54 +0000 (15:09 +0000)]
- libxslt/transform.c: fixed handling of PI and comments
  (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