cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-03-03 Thread ovidiu
ovidiu 02/03/04 00:14:01 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Added support for aggregation. Revision ChangesPath 1.11 +47 -10xml-cocoon2/src/scratchpad/schecoon/scheme/sitemap.scm Index: sitemap.scm ==

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-02-12 Thread ovidiu
ovidiu 02/02/12 17:51:20 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Add support for defining external flow script files to be included in the sitemap. Revision ChangesPath 1.10 +121 -52 xml-cocoon2/src/scratchpad/schecoon/scheme/sitemap.scm I

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-02-08 Thread ovidiu
ovidiu 02/02/08 16:19:13 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Import ContinuationsManager. Revision ChangesPath 1.9 +1 -0 xml-cocoon2/src/scratchpad/schecoon/scheme/sitemap.scm Index: sitemap.scm

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-31 Thread ovidiu
ovidiu 02/01/31 17:41:18 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Added support for named resources, which contain pipeline definitions. A named resource is translated to a Scheme function, which is invoked either dynamically if the name of the function is not

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-25 Thread ovidiu
ovidiu 02/01/25 14:59:29 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Added support for defining and referencing resources, and invoking Scheme functions directly. Revision ChangesPath 1.7 +319 -86 xml-cocoon2/src/scratchpad/schecoon/scheme/sitemap

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-18 Thread ovidiu
ovidiu 02/01/18 18:13:19 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Do some optimizations when generating the Scheme code for the sitemap. Eliminate as many `let' forms as possible, to speed up the compilation process. Revision ChangesPath 1.6 +6

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-18 Thread ovidiu
ovidiu 02/01/18 17:20:12 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Fixed small problem in sitemap-parse! Revision ChangesPath 1.5 +2 -2 xml-cocoon2/src/scratchpad/schecoon/scheme/sitemap.scm Index: sitemap.scm ===

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-18 Thread ovidiu
ovidiu 02/01/18 17:02:23 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Define sitemap-parse! to parse the XML representation of the sitemap into Scheme. Revision ChangesPath 1.4 +259 -226 xml-cocoon2/src/scratchpad/schecoon/scheme/sitemap.scm In

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-17 Thread ovidiu
ovidiu 02/01/17 10:06:16 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Get serious: process the SXML representation of the sitemap and generate an equivalent sitemap function definition. Revision ChangesPath 1.3 +397 -95 xml-cocoon2/src/scratchpad/s

cvs commit: xml-cocoon2/src/scratchpad/schecoon/scheme sitemap.scm

2002-01-08 Thread ovidiu
ovidiu 02/01/08 15:18:52 Modified:src/scratchpad/schecoon/scheme sitemap.scm Log: Correctly pass the results of the regexp matching to the matcher function. Rename the argument passed to the matcher function to "sitemap". Revision ChangesPath 1.2 +4 -3 xml-c