1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-06 23:49:25 +03:00
Commit Graph

149 Commits

Author SHA1 Message Date
Daniel Veillard
52a0b2ad40 Updated with 1.0.18 informations, Daniel 2002-05-28 16:46:32 +00:00
Daniel Veillard
8bc5391717 preparing 1.0.18 recompiled the API and web site Daniel
* configure.in: preparing 1.0.18
* doc/*: recompiled the API and web site
Daniel
2002-05-27 21:25:43 +00:00
Daniel Veillard
d590144a32 Fixing the download page #81728, Daniel 2002-05-27 14:32:17 +00:00
Daniel Veillard
918350377b applied patch from Morus Walter adding xsltSaveResultToString() this
* libxslt/xsltutils.[ch] : applied patch from Morus Walter
  adding xsltSaveResultToString()
* doc/APIfiles.html doc/APIfunctions.html doc/libxslt-api.xml
  doc/libxslt-decl.txt doc/libxslt-refs.xml: this increased the
  API with the new function.
Daniel
2002-05-23 16:07:50 +00:00
Daniel Veillard
0f879dd4f2 Applied Mark Vakoc patch to show registered extensions in xsltproc rebuilt
* libxslt/extensions.[ch]  xsltproc/xsltproc.c win32/libxslt.def.src:
  Applied Mark Vakoc patch to show registered extensions in xsltproc
* doc/*: rebuilt the API, docs and website
* python/libxsltclass.txt: this added an entry point
Daniel
2002-05-16 17:33:29 +00:00
Daniel Veillard
7fb3b3fc09 fixed some return code problems raised by Thomas Mauch Daniel
* xsltproc/xsltproc.c libxslt/xsltutils.c doc/xsltproc.xml:
  fixed some return code problems raised by Thomas Mauch
Daniel
2002-05-02 09:09:18 +00:00
Daniel Veillard
8f72b6038f Added a pointer to the pascal bindings from the Related Links section, Daniel 2002-05-02 06:13:01 +00:00
Daniel Veillard
f16c0ab424 Updated the News section with the new release, Daniel 2002-04-30 07:11:45 +00:00
Daniel Veillard
960e73de16 preparing 1.0.17 rebuilt the docs. Daniel
* configure.in libxslt/xsltwin32config.h: preparing 1.0.17
* doc/*: rebuilt the docs.
Daniel
2002-04-29 17:01:32 +00:00
Daniel Veillard
46964faf7d Added more links and a mirror in Austria, Daniel 2002-04-26 09:20:30 +00:00
Daniel Veillard
eba179e9b4 applied another patch from Charles Bozeman to enhance date/duration
* libexslt/date.c: applied another patch from Charles Bozeman to
  enhance date/duration support
* tests/exslt/date: added the associated set of regression tests
Daniel
2002-04-26 06:17:51 +00:00
Daniel Veillard
a9dd67008e Remove the mailto and point to the bug reporting page, Daniel 2002-04-16 12:31:20 +00:00
Daniel Veillard
a8eebd2d96 Updated the web site, daniel 2002-04-15 19:00:28 +00:00
Daniel Veillard
7dd3a54ca0 preparing 1.0.16 updated and rebuilt the docs Daniel
* configure.in: preparing 1.0.16
* doc/*: updated and rebuilt the docs
Daniel
2002-04-15 17:28:16 +00:00
Daniel Veillard
00ce7dd814 fixing the equivalent of #75779 Daniel
* python/Makefile.am: fixing the equivalent of #75779
Daniel
2002-04-15 13:59:07 +00:00
Daniel Veillard
12152b2071 Updates with EXSLT links, Daniel 2002-04-02 02:25:16 +00:00
Daniel Veillard
671311a428 Added a link to EXSLT in the home page, and a better link for XSLT-tcl
bindings, Daniel
2002-04-01 09:34:40 +00:00
Daniel Veillard
ac693db4d9 Small cleanup, Daniel 2002-03-25 22:56:42 +00:00
Daniel Veillard
19cfcaadee preparing 1.0.15 updated and rebuilt Daniel
* configure.in: preparing 1.0.15
* doc/*: updated and rebuilt
Daniel
2002-03-25 16:58:51 +00:00
Daniel Veillard
54b4ce572b Fixing bug #75777 error with namespaced attribute match rules evaluation
* libxslt/pattern.c: Fixing bug #75777 error with namespaced
  attribute match rules evaluation
* tests/docs/Makefile.am tests/docs/bug-78.xml
  tests/general/Makefile.am tests/general/bug-78.*: added a
  specific example for bug #75777 in the regression tests
Daniel
2002-03-22 15:15:36 +00:00
Daniel Veillard
64db7a69b2 Added a pointer to Dan York presentation, Daniel 2002-03-20 22:06:51 +00:00
Daniel Veillard
79d36ecd29 preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT and
* configure.in: preparing 1.0.14
* doc/*: updated rebuilt
* libxslt/*.c libexslt/*.c libxslt/libxslt.h libexslt/libexslt.h:
  implemented the IN_LIBXSLT and IN_LIBEXSLT mechanism discussed
  with the Windows maintainers
Daniel
2002-03-18 19:53:55 +00:00
Daniel Veillard
2abd71732c applied the same kind of fixes to the Python Makefiels than to libxml2
* python/Makefile.am python/generator.py python/libxslt.c
  python/types.c python/tests/Makefile.am: applied the same kind of
  fixes to the Python Makefiels than to libxml2 ones. Updates
  and cleanups too.
Daniel
2002-03-18 15:24:51 +00:00
Daniel Veillard
398d93b837 applied another cleanup comment diff from Heiko W. Rupp, regenerated the
* libxslt/*.h doc/* python/*: applied another cleanup comment
  diff from Heiko W. Rupp, regenerated the API and python
Daniel
2002-03-13 14:23:40 +00:00
Daniel Veillard
22a7840c70 fixed a build problem in some environements Daniel
* doc/Makefile.am: fixed a build problem in some environements
Daniel
2002-03-09 10:54:32 +00:00
Daniel Veillard
ef2531fb96 preparing release 1.0.13 updated and rebuilt the docs fixed a possible
* configure.in libxslt/xsltwin32config.h: preparing release
  1.0.13
* doc/*: updated and rebuilt the docs
* python/libxslt.c: fixed a possible reentrancy problem
Daniel
2002-03-08 16:52:34 +00:00
Daniel Veillard
b929b5beba patch from Charles Bozeman for the exslt date extension added the
* libexslt/date.c: patch from Charles Bozeman for the exslt date
  extension
* configure.in tests/exslt/Makefile.am tests/exslt/date/*: added
  the associated regression test provided by Charles
Daniel
2002-03-04 11:03:26 +00:00
Daniel Veillard
248943af4c Updated the Python installation instructions, Daniel 2002-02-23 13:07:04 +00:00
Daniel Veillard
ac76027718 Added a link to ScrollKeeper, Daniel 2002-02-22 20:12:19 +00:00
Daniel Veillard
3b571056b7 Removed the CSS font-size, daniel 2002-02-21 14:54:47 +00:00
Daniel Veillard
cc9c6aaa11 Added pointer to Tcl bindings, Daniel 2002-02-21 12:28:20 +00:00
Daniel Veillard
3a41949aa6 Added pointer to Tcl bindings, Daniel 2002-02-21 12:09:40 +00:00
Daniel Veillard
89d6d235cd added documentation for the wrappers and python modules. Daniel
* doc/site.xml doc/xslt.html doc/python.html doc/*.html: added
  documentation for the wrappers and python modules.
Daniel
2002-02-21 12:01:37 +00:00
Daniel Veillard
c99f3afb5f removed tab used spaces preparing 1.0.12 rebuild/updated Daniel
* python/*.py: removed tab used spaces
* configure.in libxslt/xsltwin32config.h: preparing 1.0.12
* doc/news.html doc/xslt.html: rebuild/updated
Daniel
2002-02-11 18:54:47 +00:00
Daniel Veillard
94738b61d3 fixed a bug reported by Norm Daniel
* libxslt/attributes.c: fixed a bug reported by Norm
Daniel
2002-02-10 21:09:52 +00:00
Daniel Veillard
0f39f084c1 fixed a small warning. rebuilt the APIs Daniel
* python/libxml.c : fixed a small warning.
* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
  python/libxsltclass.txt: rebuilt the APIs
Daniel
2002-02-10 19:31:34 +00:00
Daniel Veillard
ada89dddea change the Licence to MIT Licence and release of 1.0.11 updates of the
* Copyright Makefile.am configure.in libxslt.spec.in: change the
  Licence to MIT Licence and release of 1.0.11
* doc/FAQ.html doc/intro.html doc/libxslt-decl.txt doc/news.html
  doc/xslt.html: updates of the docs accordingly
* libxslt/xsltwin32config.h: numbering
* python/generator.py python/libxml_wrap.h python/libxsltclass.txt
  python/libxslt-python-api.xml: cleanup the dependancies with
  libxml2
* python/tests/extfunc.py: updated examples.
Daniel
2002-02-08 16:09:27 +00:00
Daniel Veillard
3146d5356f fixup the script and rebuid the API cleanup provided accessors for a lot
* doc/libxslt-api.xml doc/libxslt-decl.txt doc/libxslt-refs.xml
  doc/parsedecl.py: fixup the script and rebuid the API
* libxslt/extensions.h: cleanup
* python/generator.py python/libxslt-python-api.xml python/libxslt.c
  python/libxsltclass.txt: provided accessors for a lot of the
  tructures involved in the transformation. Stylesheet and
  transformation python object don't free automatically the
  encapsulated object when deallocated.
* python/tests/Makefile.am python/tests/basic.py
  python/tests/extfunc.py python/tests/pyxsltproc.py:
  updated the examples
Daniel
2002-02-07 22:34:59 +00:00
Daniel Veillard
ff22c1a5f9 added libxslt_xsltCleanup() added parameters to
* python/libxsl.py python/libxslt-python-api.xml python/libxslt.c
  python/libxsltclass.txt: added libxslt_xsltCleanup() added parameters
  to libxslt_xsltApplyStylesheet() removed the memleaks left and
  fixed an import order.
* python/tests/basic.py python/tests/extfunc.py: updated the tests
Daniel
2002-02-06 23:03:38 +00:00
Daniel Veillard
584f279f53 the spec file will now build libxslt-python, fought with shared and other
* libxslt.spec.in python/Makefile.am python/libxsl.py: the
  spec file will now build libxslt-python, fought with shared
  and other crazyness, seems to work now :-)
* doc/libxslt-api.xml: regenerated
Daniel
2002-02-06 12:52:40 +00:00
Daniel Veillard
f6064ec0ba Adding libxslt-sections.txt, Daniel 2002-02-05 21:36:36 +00:00
Daniel Veillard
354196f9d5 Added libxslt-decl.txt to EXTRA_DIST 2002-02-05 21:29:53 +00:00
Daniel Veillard
83c5fa70fd Added libxslt-decl.txt, ran make rebuild, Daniel 2002-02-05 21:28:22 +00:00
Daniel Veillard
0902ad194c do not install outside of prefix, make sure the API get shipped. Daniel
* configure.in doc/Makefile.am: do not install outside of prefix,
  make sure the API get shipped.
Daniel
2002-02-05 16:37:05 +00:00
Daniel Veillard
0e33797b05 reactivated xsltMatchPattern() since this is really something one may want
* libxslt/pattern.[ch] doc/libxslt-api.xml doc/libxslt-refs.xml:
  reactivated xsltMatchPattern() since this is really something
  one may want to have access to in an extension function.
* Makefile.am configure.in python/Makefile.am python/generator.py
  python/libxml_wrap.h python/libxsl.py python/libxslt-python-api.xml
  python/libxslt.c python/libxslt_wrap.h python/libxsltclass.txt
  python/types.c: started working on the python bindings, borrowed
  most of the work done for libxml2, most of the generator code
  is similar. Commit at the point where this compiles cleanly and
  "import libxslt" doesn't yield any missing entry point.
Daniel
2002-02-04 18:51:53 +00:00
Daniel Veillard
8ea3d619c2 Fixed a small error in the extension documentation, Daniel 2002-01-24 13:22:39 +00:00
Daniel Veillard
d415e52575 fixed a link, Daniel 2002-01-23 22:22:22 +00:00
Daniel Veillard
ea45a7bb23 Added a couple of missing files, daniel 2002-01-23 22:17:17 +00:00
Daniel Veillard
2d9637880d generated an index based on comments content similar to libxml2 one The
* doc/API*.html doc/parsedecl.py doc/*.xsl parsedecl.py: generated
  an index based on comments content similar to libxml2 one
  The code need more specific comments.
* doc/*: rebuilt the web site with the new references
Daniel
2002-01-23 22:14:57 +00:00
Daniel Veillard
144b683bad Someone was picky :-), Daniel 2002-01-23 13:16:56 +00:00