1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Dec 04, 2024 — Dec 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial revision More... over 23 years ago
More discussion of Namespaces in SXML. Greatly expanded section on SXML Normal Forms. <aux-list> is added to the *TOP* element. <namespace-assoc> ::= ( <namespace-id> "URI" original-prefix? ) Nodeset is renamed Nodelist <aux> is renamed <aux-list>, [2e] -> [2] and [4e]->[4] Added a reference to RNG-Design, regarding the uniform treatment of attrs Added a reference to John Hughes' paper on the design of a pretty-printing library (regarding a term implementation for a domain-specific library) More... over 23 years ago
Original, rather portable, revision. More... over 23 years ago
Added SRFI-12 (exceptions handling) and SRFI-2 (and-let* form) for Gambit and Bigloo. More... over 23 years ago
Removing the stray file with only ' ' in it. More... over 23 years ago
Replacing \n with nl throughout the document (on Mike Sperber's suggestion). More... over 23 years ago
Besides stylistic changes and updates caused by the new version of the XML Infoset, the new edition introduces a <code>@@</code> node for extensibility and specifies the SXML grammar in a more precise (and also in a more abstract, see SXML.scm) way. We also introduce a non-terminal namespace-id and rename user-ns-prefix into user-ns-shortcut. We explain how the latter differs from XML namespace prefixes. More... almost 24 years ago
Added the list of supporting Scheme system and a reference to a PADL02 talk about the derivation of the SSAX API. More... almost 24 years ago
The "original" version as of Oct 12, 2001. More... almost 24 years ago
substring_to_symbol now receives ::bstring as its first argument, rather than ::string as before. This saves invocation of strlen(). It turns out, it makes a lot of difference. The previous version was 30% _slower_ than the benchmark, whereas this version is 30% faster. More... almost 24 years ago
We now insert substring-symbol.c in the C code generated by Bigloo, rather than compiling it separately. BTW, this imporoves the performance by around 30% (perhaps due to inlining the compiler can now perform). More... almost 24 years ago
Started to play around with "shared substrings": trying to eliminate garbage during a rather common operation (compose string->symbol substring) (which occurs in read-NCName, called to read almost any XML token). More... almost 24 years ago
A more extensive discussion of SSAX vs. Expat. More... almost 24 years ago
Added reference to a more extensive ../docs/SSAX-benchmark-1.html More... almost 24 years ago
Bigloo 2.4a is now case-sensitive and does not need work-arounds in cond-expand any more. More... about 24 years ago
added a sample parser of mey-be-invalid HTML -- as an example of the SSAX library. More... about 24 years ago
Initial revision More... about 24 years ago
Initial revision More... about 24 years ago
Initial revision More... about 24 years ago
Initial revision More... about 24 years ago
Initial revision More... about 24 years ago
The specification remains the same, but it is described better, hopefully. More... about 24 years ago
A stylesheet to process the SXML code of the SXML Specification to LaTeX, and the result of that transformation. More... about 24 years ago
Inclusion of util.scm More... about 24 years ago
Added functions foldts and replace-range. More... about 24 years ago
Fixed an embarassing typo (an extra paren), which surprisingly does not signal any error. More... about 24 years ago
Added pre-post-order function for traversing trees. More... about 24 years ago
make-char-quotator added. It implements SXML->goodHTML and similar functions. More... about 24 years ago
New assert macro, which reports "interesting" bindings upon assertion failure. More... about 24 years ago
Added string-whitespace? and a removing of all whitespace that occurs in front, between, or behind elements -- but not in character data! More... about 24 years ago