3d993ecf61
fixed a couple of cut and paste errors in the math functions detection
...
* configure.in: fixed a couple of cut and paste errors in the
math functions detection
* libxslt.spec.in: added missing file entry for libxslt.pc
Daniel
2002-01-14 09:36:51 +00:00
de86266b87
Added a link to xmlto from the DocBook page, Daniel
2002-01-10 13:16:27 +00:00
891d4e534e
John Fleck <jfleck@inkstain.net>
...
John Fleck <jfleck@inkstain.net >
oops, forgot ChangeLog
2002-01-09 04:43:41 +00:00
776c3514f2
doc/xsltproc.xml, doc/xsltproc.1, doc/xsltproc.html update xsltproc man
...
Tue Jan 8 21:04:17 MST 2002 John Fleck <jfleck@inkstain.net >
* doc/xsltproc.xml, doc/xsltproc.1, doc/xsltproc.html
update xsltproc man page to add --stringparam option
2002-01-09 04:06:27 +00:00
8b43203f5d
added the --stringparam option applied John Fleck's patch to correct the
...
* xsltproc/xsltproc.c: added the --stringparam option
* xsltproc/xsltproc.c: applied John Fleck's patch to correct
the --novalid behaviour.
Daniel
2002-01-08 16:25:24 +00:00
87f19fd476
Added a link I forgot, Daniel
2002-01-08 13:01:38 +00:00
dc35c090b1
added a DocBook section docbook.html Daniel
...
* doc/site.xsl doc/*.html: added a DocBook section docbook.html
Daniel
2002-01-08 12:52:22 +00:00
e6fcc302a8
updated gdome2 homepage Daniel
...
* doc/*.html: updated gdome2 homepage
Daniel
2002-01-08 11:57:42 +00:00
ff9e6b386d
Windows/MSVC project files update from Igor Zlatkovic Daniel
...
* win32/dsp: Windows/MSVC project files update from Igor Zlatkovic
Daniel
2002-01-05 18:34:36 +00:00
ddfde4ee8a
doc/xsltproc.xml, xsltproc.1 - updating man page to reflect increased
...
Fri Jan 4 22:13:40 MST 2002 John Fleck <jfleck@inkstain.net >
* doc/xsltproc.xml, xsltproc.1 - updating man page to reflect
increased number of parameteres, changed license, cleaned up some
places where it looked junky because of stylesheet issues
2002-01-05 05:14:33 +00:00
16be8d51ad
increased the max number of parameters Daniel
...
* xsltproc/xsltproc.c: increased the max number of parameters
Daniel
2002-01-04 14:51:13 +00:00
f2cbd29654
added pkg-config file from Rodrigo Moya Daniel
...
* libxslt.pc.in configure.in: added pkg-config file from Rodrigo Moya
Daniel
2001-12-20 13:59:22 +00:00
40b27fb86e
applied albert portability patch applied Igor patch for Windows Daniel
...
* configure.in: applied albert portability patch
* libxslt/libxslt.h libxslt/xslt.h libxslt/xsltconfig.h.in
libxslt/xsltutils.c libxslt/xsltwin32config.h.in win32/dsp/libxslt.def:
applied Igor patch for Windows
Daniel
2001-12-20 13:53:08 +00:00
c17e6895ef
fixed a problem with the debuuger interface. Daniel
...
* libxslt/xsltutils.c: fixed a problem with the debuuger interface.
Daniel
2001-12-11 14:28:19 +00:00
9244fa2f3c
preparing 1.0.9 updated and rebuild the doc Daniel
...
* configure.in: preparing 1.0.9
* doc/*: updated and rebuild the doc
Daniel
LIBXSLT_1_0_9
2001-12-07 14:50:08 +00:00
710e85948c
trying to fix the problem related to prelinking and libtools crazyness
...
* configure.in libexslt/Makefile.am: trying to fix the problem
related to prelinking and libtools crazyness
Daniel
2001-12-06 13:59:15 +00:00
0755801454
applied Keith Isdale patch for the debugger glue. Daniel
...
* libxslt/transform.c libxslt/variables.c: applied Keith Isdale
patch for the debugger glue.
Daniel
2001-12-05 17:50:53 +00:00
0f20f5542a
replaced the whole module with just the entry points. Daniel
...
* breakpoint/Makefile.am breakpoint/deprecated.c: replaced
the whole module with just the entry points.
Daniel
2001-12-05 17:45:08 +00:00
fbedd1082d
Nik Clayton found a bug introduced in 1.0.8 when using doctypes for HTML
...
* libxslt/transform.c: Nik Clayton found a bug introduced in
1.0.8 when using doctypes for HTML output
Daniel
2001-11-30 18:02:14 +00:00
3efba7ccbf
revamped the mechanism to hook a debuger to use a callback setup function,
...
* libxslt/attributes.c libxslt/transform.c libxslt/xsltutils.c
libxslt/xsltutils.h: revamped the mechanism to hook a debuger
to use a callback setup function, deprecating libxsltbreakpoint
* xsltproc/Makefile.am configure.in breakpoint/Makefile.am: removing
dependancies on libxsltbreakpoint
Daniel
2001-11-30 12:01:25 +00:00
b95c91c67b
Build patch from Peter Williams <peterw@ximian.com>
...
* breakpoint/Makefile.am (INCLUDES): meed $(top_builddir)/libxslt.
* doc/Makefile.am ($(PAGES)): xslt.html and site.xsl live in
$(srcdir), not the build directory.
Daniel
2001-11-29 09:08:37 +00:00
f8a5acff6e
added an FAQ Daniel
...
* doc/FAQ.html doc/site.xsl doc/*.html doc/Makefile.am: added an FAQ
Daniel
2001-11-28 10:19:19 +00:00
76cbe5f70a
//bugzilla.redhat.com/bugzilla/show_bug.cgi?id=56649
...
Tue Nov 27 21:15:43 MST 2001 John Fleck <jfleck@inkstain.net >
* doc/xsltproc.xml, xsltproc.1, xsltproc.html - documenting new
xsltproc return codes, per
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=56649
2001-11-28 04:17:13 +00:00
ab9d61ede5
Marc Tardif provided a patch to use as much as 40 steps. A dynamic alloc
...
* libxslt/pattern.c: Marc Tardif provided a patch to use as
much as 40 steps. A dynamic alloc would still be better
Daniel
2001-11-27 21:18:06 +00:00
3d62075937
return useful code signaling error conditions closing #56649 (RH) Daniel
...
* xsltproc/xsltproc.c: return useful code signaling error conditions
closing #56649 (RH)
Daniel
2001-11-26 20:46:26 +00:00
86beea2002
Updated Gary's webpages, Daniel
2001-11-26 17:23:58 +00:00
d2e0eb61ea
Updated the on-line documentation, Daniel
2001-11-26 13:20:05 +00:00
28c19237e6
preparing release of 1.0.8 Daniel
...
* configure.in libxslt/xsltwin32config.h: preparing release of 1.0.8
Daniel
LIBXSLT_1_0_8
2001-11-26 12:15:02 +00:00
15a3a0e2b5
fixing bug #64044 reported by Gero Meiner, template matches compilation
...
* libxslt/pattern.c: fixing bug #64044 reported by Gero Meiner,
template matches compilation was failing to skip blanks bewteen
consecutive predicates
Daniel
2001-11-26 10:23:04 +00:00
972c7783bb
updating Makefiles to fix the prelinking. Daniel
...
* Makefile.am configure.in breakpoint/Makefile.am libexslt/Makefile.am:
updating Makefiles to fix the prelinking.
Daniel
2001-11-26 09:29:54 +00:00
2c9f53506e
fixed a bug in the document extension element where the doctype infos were
...
* libxslt/transform.c: fixed a bug in the document extension
element where the doctype infos were not taken into account.
Daniel
2001-11-25 14:54:08 +00:00
c952bf4c29
Added link to Paul and Norm's on-line presentation of XSLT, Daniel
2001-11-23 08:34:24 +00:00
95f6e42ef7
fixed xsltDebug() to output with the normal error routines updated the
...
* libxslt/extra.c: fixed xsltDebug() to output with the normal
error routines
* tests/namespaces/*: updated the tests to separate stdout and
stderr
* libxslt/transform.c: increasing xsltMaxDepth to 5000
Daniel
2001-11-22 18:10:38 +00:00
2b0ed20689
more Makefile fixups Daniel
...
* configure.in libexslt/Makefile.am: more Makefile fixups
Daniel
2001-11-22 11:13:21 +00:00
909b6103f8
trying to fix more Makefiles crapola small fix. Daniel
...
* configure.in libexslt/Makefile.am: trying to fix more Makefiles
crapola
* libxslt/transform.c: small fix.
Daniel
2001-11-21 15:30:33 +00:00
b808c1dd9d
included OpenVMS port instructions from John A Fotheringham, integrated in
...
* vms/* Makefile.am: included OpenVMS port instructions from
John A Fotheringham, integrated in the tar file.
Daniel
2001-11-13 15:17:55 +00:00
07e19b35ab
Removed a temporary file, Daniel
2001-11-13 08:07:44 +00:00
b8e054aedf
Patches from Igor for Windows try to fix the LIBXSLT_PUBLIC mess Daniel
...
* win32/dsp/* xsltproc/xsltproc.c libxslt/transform.c: Patches
from Igor for Windows
* libxslt/xslt.h: try to fix the LIBXSLT_PUBLIC mess
Daniel
2001-11-12 21:48:52 +00:00
4d8a68903c
fixing bug #64298 reported by T. V. Raman Daniel
...
* libxslt/transform.c: fixing bug #64298 reported by T. V. Raman
Daniel
2001-11-11 20:18:02 +00:00
a47f176830
Added a link to xsldbg, Daniel
2001-11-11 11:12:17 +00:00
431658d74a
1.0.7 release, Daniel
LIBXSLT_1_0_7
2001-11-10 14:10:56 +00:00
d03254ec53
preparing 1.0.7 cleanup similar to libxml2 one finished cleaning up
...
* configure.in: preparing 1.0.7
* libxslt.spec.in: cleanup similar to libxml2 one
* breakpoint/*.[hc]: finished cleaning up contributed code
* doc/*: updated and rebuilt the documentation
* xsltproc/xsltproc.c: cleanup of the timing code
* xsltproc/Makefile.am: auto* sucks
* libxslt/transform.c: added a missing include
Daniel
2001-11-10 13:35:26 +00:00
a33af2fb96
Applied Keith Isdale patch for the debugger support, make it the default,
...
* Makefile.am acconfig.h config.h.in configure.in
xsltproc/Makefile.am breakpoint/* libxslt/transform.[ch]
libxslt/xsltconfig.h.in: Applied Keith Isdale patch for
the debugger support, make it the default, added the
WITH_XSLT_DEBUGGER define to xsltconfig.h.in, small cleanups
Daniel
2001-11-05 13:34:01 +00:00
5ba477c434
make sure LIBXSLT_PUBLIC is defined Daniel
...
* libxslt/libxslt.h: make sure LIBXSLT_PUBLIC is defined
Daniel
2001-11-02 10:40:35 +00:00
186f05ec24
handle indent=no when using an HTML output this modified the output of
...
* libxslt/xsltutils.c: handle indent=no when using an HTML
output
* tests/docbook/result/* tests/xmlspec/REC-xml-*.html: this
modified the output of those test suites
Daniel
2001-11-01 14:20:57 +00:00
9852da2025
cleanup, moved xsllNoNetExternalEntityLoader() to libxml and removed the
...
* xsltproc/xsltproc.c: cleanup, moved xsllNoNetExternalEntityLoader()
to libxml and removed the --warnnet option
Daniel
2001-10-31 17:54:43 +00:00
132e89c3fe
applied patches from David Hrdeman closing bug #62891 Daniel
...
* configure.in: applied patches from David Hrdeman closing
bug #62891
Daniel
2001-10-30 18:33:50 +00:00
55416cd3b2
preparing 1.0.6 applied patch from Bruce Miller updated and rebuilt the
...
* configure.in libxslt/xsltwin32config.h: preparing 1.0.6
* libexslt/date.c: applied patch from Bruce Miller
* doc/*: updated and rebuilt the docs
Daniel
LIBXSLT_1_0_6
2001-10-30 14:27:20 +00:00
ed31a5a50f
Updated the documentation, merged in the internals.html and
...
extensions.html pages to the site, cleanups,
Daniel
2001-10-29 14:13:00 +00:00
d1d4efa485
Fixed a broken link, Daniel
2001-10-28 18:51:28 +00:00