106
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Oops seems I forgot to commit the stylesheets themselves ... Daniel More... about 23 years ago
- configure.in tests/Makefile.am tests/docbook tree: added docbook XSL based test suite Daniel More... about 23 years ago
Seems that there is no more major problems with Docbook XSL !!! - libxslt/xsltutils.c: reformat of messages - libxslt/xsltproc.c: removed memleak on --noout - libxslt/xsltInternals.h libxslt/variables.[ch] libxslt/transform.c: changed again the way parameter are evaluated before a call-template, seems to fix a few nasty bugs, memory alloc debug too Daniel More... about 23 years ago
This should speed up and correct a few problems: - libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h: fixed the param evaluation problem in apply-template - libxslt/pattern.c: speed up seriously some context computation - libxslt/xsltInternals.h: preparing for extension support Daniel More... about 23 years ago
- libxslt/Makefile.am: small cleanup - libxslt/functions.c libxslt/transform.c libxslt/xsltInternals.h: fixed current() I hope Daniel More... about 23 years ago
Hacking on namespaces support: - libxslt/numbers.c libxslt/numbersInternals.h libxslt/xslt.c libxslt/pattern.[ch] libxslt/xsltInternals.h: more work on support of namespaces, both in templates and in XPath subexpressions Daniel More... about 23 years ago
xsltSortFunction uses Shell's sort More... over 23 years ago
- libxslt/pattern.c: when precompiled pattern is ALL, predicate contextual info must be recomputed Daniel More... over 23 years ago
Made the max depth for template dynamic, exported it, added the option to xsltproc: - libxslt/xslt.h libxslt/transform.c: defined and exported xsltMaxDepth - libxslt/xsltproc.c : added --maxdepth Daniel More... over 23 years ago
Variable/params debugging and improved xsltproc: - libxslt/xsltproc.c: added --novalid and --noout as well as options printing when no args - libxslt/variables.c libxslt/transform.c: trying to get rid if some variable/params addressing errors. Daniel More... over 23 years ago
Mor bug chasing/fixing on DocBook XSL: - FEATURES libxslt/attributes.c: fixed use-attribute-sets - libxslt/xsltutils.c: add carriage return to xsl:message when needed Daniel More... over 23 years ago
- libxslt/functions.c: fixed a bug with generate-id() Daniel More... over 23 years ago
Now starting debugging with DocBook XSL, need better debug stuff, fixed how variables/params are evaluated: - libxslt/xsltutils.c: started doing more useful stuff in xsltDebug - libxslt/transform.[ch] libxslt/variables.[ch] libxslt/templates.c libxslt/xsltInternals.h: changed the way variables/params are stored - libxslt/xsltproc.c: removed a pedantic warning - libxslt/variables.[ch]: found an ugly evaluation bug Daniel More... over 23 years ago
- tests/REC/Makefile.am: updated Daniel More... over 23 years ago
one bug fix, preparing 0.2.0 release: - libxlst/functions.c: fixed ID generation - doc/xslt.html doc/html/*.html: updated/regenerated the doc Daniel More... over 23 years ago
- libxslt/numbers.c: removed a couple of memleaks Daniel More... over 23 years ago
Cleanup, and improving some inefficiency in the number code: - libxslt/pattern.[ch]: exported pattern matching interfaces for numbers.c and future debug module - libxslt/numbers.c: updated to new interface, should avoid unnecessary recompilation of patterns. - libxslt/xsltutils.[ch]: cleanup - tests/REC/gmon.out: removed :-) Daniel More... over 23 years ago
xsl:number level=any More... over 23 years ago
implemented level=any corrected some default values added tests More... over 23 years ago
Bug fixing: - libxslt/pattern.c: priorities were horribly broken, hope More... over 23 years ago
The XML Rec formatting test starts looking okay, also added apply-imports support: - FEATURES libxslt/imports.h libxslt/pattern.[ch] libxslt/xsltInternals.h libxslt/transform.[ch] libxslt/templates.c libxslt/xslt.c: Added apply-imports, keep a stack of running templates - libxslt/xsltutils.c: bugfixes, gather the output informations down the cascade - tests/xmlspec/Makefile.am tests/xmlspec/REC-xml-2e.xsl tests/xmlspec/diffspec.xsl tests/xmlspec/xmlspec.xsl: running the real set of transformation on XML-1.0 2e generages a near perfect HTML. Needs just more number fixes and implementation and an obscure problem in 3.3.3 Daniel More... over 23 years ago
Fix for level=single More... over 23 years ago
Almost forgot... More... over 23 years ago
added xsltMatchPattern implemented level=multiple for xsl:number More... over 23 years ago
Debug, debug: - libxslt/transform.c libxslt/xsltproc.c: cleanup and debug More... over 23 years ago
Chasing bugs in XSLT, hard ...: - libxslt/FEATURES libxslt/transform.c: added support for disable-output-escaping in xsl:copy-of - xmlspec/Makefile.am libxslt/variables.c libxslt/transform.c: give more debugging info Daniel More... over 23 years ago
Cleanups, fixes, tests: - libxslt/documents.[ch] libxslt/functions.c libxslt/imports.c libxslt/xslt.c libxslt/xsltInternals.h: changed teh way to store Includes, more document changes - libxslt/xsltutils.c: fix the output of doctype and what is or is not HTML - tests/REC/*.out tests/REC2/html.xml : changed output accordingly - tests/Makefile.am tests/documents/* : added a new test from Stric exercising document() among other things Daniel More... over 23 years ago
Partial support for xsl:number/@level More... over 23 years ago
Messing with document related structures, keys, etc ...: - libxslt/Makefile.am libxslt/documents.[ch]: added a new module to deal with documents - libxslt/functions.c: fixed document() to return the same set for teh same URL - libxslt/keys.[ch] libxslt/templates.c libxslt/transform.c libxslt/variables.c libxslt/xsltInternals.h: keys are really associated to loaded documents, not to the transformation context, made the change, this impacted a number of modules Daniel More... over 23 years ago
updated and rebuilt the doc list Daniel More... over 23 years ago