106
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- libxslt.spec.in doc/xslt.html: updating doc and trying to add it to the RPM. Daniel More... over 23 years ago
*** empty log message *** More... over 23 years ago
on-line update, Daniel More... over 23 years ago
on-line update, Daniel More... over 23 years ago
Fixed images, Daniel More... over 23 years ago
Too tired to do some code, prepared documentation: - Makefile.am configure.in doc/Makefile.am: added a doc subdir and the rules to generates the makefiles. - doc/libxslt.sgml doc/xslt.html: very first version of the manual - doc/html/*.html : autogenerated documentation - libxslt/xsltInternals.h: fixed a typedef wich was breaking gtk-doc Daniel More... over 23 years ago
xsltGenerateIdFunction() small patch Daniel More... over 23 years ago
Hack, hack, hack ... Mostly adding functions: - FEATURES TODO README INSTALL: updated - libxslt/xslt.h: added URL and version/vendor :-) - libxslt/transform.c: fixed a problem in xsl:attribute, removed attempt to support older libxml2 version. - libxslt/variables.h libxslt/xsltInternals.h: update to structures and macros to add/register new document created by document() - libxslt/functions.c: implemented current(), unparsed-entity-uri() system-property(), element-available() and function-available(). A crippled version of document() has been added too. Daniel More... over 23 years ago
- functions.[ch]: Bjorn Reese <[email protected]> provided number formatting !!! - acconfig.h config.h.in configure.in libxslt/Makefile.am tests/Makefile.am; added testing for mathematical functions, fixed make test(s) - FEATURES: updated Daniel More... over 23 years ago
Lotsa improvement and fixes: - libxslt/xsltInternals.h libxslt/pattern.c: fixed problems with non-named rules (*, ...) added accelerators - libxslt/templates.[ch]: added xsltEvalTemplateString() and xsltEvalAttrValueTemplate() high level functions - libxslt/transform.c: fixed the part where attributes had to be looked at as templates, added comment and PI generation - TODO FEATURES: updated to reflect the new state Daniel More... over 23 years ago
Set-up framework for XSLT functions: - libxslt/functions.[ch] Makefile.am: added new module functions with templates for the XSLT functions. - libxslt/variables.h templates.c: added registrations of new functions when an XPath context is created Daniel More... over 23 years ago
That part is not very fun: - tests/Makefile.am: cleanup - libxslt/pattern.c: should support most of the patterns now except ID/Key and maybe some namespace checks when having a default namespace - TODO: updated Daniel More... over 23 years ago
Preparing for a not too distant alpha release: - Makefile.am libxslt.spec.in tests/REC1/Makefile.am tests/REC2/Makefile.am: updated the makefiles and spec files to add tests, and the FEATURES file to the RPM Daniel More... over 23 years ago
Setup stuff: - Makefile.am libxslt.spec.in libxslt/Makefile.am More... over 23 years ago
I like receiving patches before the 0.0 release :-) - libxslt/transform.c: applied cleanup patch from Bjorn Reese <[email protected]> Daniel More... over 23 years ago
CFirst try to make a spec file, Daniel More... over 23 years ago
New examples, new bugs: - libxslt/xsltproc.c: avoid segfault when stylesheet is inproper - libxslt/transform.c: add support for "*" to strip and preserve space. Daniel More... over 23 years ago
updated added with alist of what's in and what's not fixed top level Param
Daniel Veillard
as CET 2001 Daniel Veillard
More... over 23 years ago
Furious hacking session, making serious progresses, the hardest stuff now seems in place !!! * xsltproc.c: removed bug * tests/REC2/html.xml: added newline after doctype * libxslt/variables.[ch] libxslt/xsltInternals.h: added param support, result tree fragment support (requires just commited extensions to libxml2 XPath !!!) * transform.c: added call-template, with-param support * libxslt/pattern.[ch]: xsltFindTemplate() needed for call-template * TODO: updated, added a DONE section and started migrating stuff :-) Daniel More... over 23 years ago
More work, cleanups, HTML output: - Makefile.am tests/Makefile.am tests/REC1/Makefile.am tests/REC2/Makefile.am tests/REC2/html.xml: added tests target too, added the HTML output test - libxmls/xsltutils.c: added HTML output - libxslt/xslt.c: check version on literal result used as templates - libxslt/transform.c: fixed an error in VERSION number - libxslt/templates.c: make sure generated nodes have doc and parent properly set Daniel More... over 23 years ago
- libxslt/Makefile.am libxslt/template.[ch]: added a template specific module. Added attribute value template, at least in one spot. - tests/REC2/Makefile.am tests/REC2/svg.xml: the SVG test from the spec now works too. - libxslt/variables.c: fixed the debug - libxslt/xslt.c: fixed an ugly uninitialized variable - libxslt/transform.c: now using attr template processing Daniel More... over 23 years ago
Working on variables implementation: - libxslt/transform.c libxslt/variables.[ch] libxslt/xslt.c libxslt/xsltInternals.h libxslt/xsltutils.h: changed a few structure to add an execution stack with variables. Tree valued variables still missing. - TODO: updated Daniel More... over 23 years ago
- libxslt/xslt.c: check version on stylesheets - libxslt/xslt.c libxslt/xsltInternals.h libxslt/variables[.ch]: started adding variables interfaces and modules. Daniel More... over 23 years ago
Hacking, mostly on the output support: - libxslt/xslt.c: added support for disable-output-escaping will need libxml version > 20211 - libxslt/transform.c: cleanup - libxslt/xsltutils.[ch]: added output functions - libxslt/xsltproc.c: reuse the output function - tests/REC2/Makefile.am tests/REC2/vrml.xml: added VRML output test Daniel More... over 23 years ago
- libxslt/transform.c libxslt/xslt.c: avoiding some problems with blank node stripping when not allowed. Daniel More... over 23 years ago
That part was complex actually: - libxslt/transform.c: modified apply-templates processing added select and sort support support. Daniel More... over 23 years ago
Continuous hacking ... - TODO: guess what, it's growing :-( - configure.in: setup hacking values when compiling in my own environment. - libxslt/transform.c libxslt/xsltutils.[hc]: added a first very rudimentary version of xsl:sort Daniel More... over 23 years ago
Some infrastructure work, and of course some debug: - TODO: more stuff - libxslt/transform.c: context position and size in for-each - libxslt/xsltutils[ch] libxslt/makefile.am: added the util module and put Error and Debug routines - libxslt/xslt.c libxslt/transform.c libxslt/pattern.c: switched to use the Debug calls, cleanup - libxslt/xsltproc.c: added -v to enable debug printing Daniel More... over 23 years ago
Started filling in the blanks. Created more blanks :-( - TODO: started filling it :-( - libxslt/pattern.c: should now at least compile the full set of patterns authorized. Default priorities added. - libxslt/transform.c: a bit more work and cleanup. Daniel More... over 23 years ago
Guess what !!! A TODO !!!, Daniel More... over 23 years ago