From ee5cedc497e8dade2d75b6113cd0364992cd7452 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 16 Sep 2002 11:54:19 +0000 Subject: [PATCH] Attempt to make chunking faster; chunkfast is still experimental --- xsl/html/chunk.xsl | 99 ++++++++++++++++++++++++++++++++++++------ xsl/html/chunkfast.xsl | 59 +++++++++++++++++++++++++ 2 files changed, 145 insertions(+), 13 deletions(-) create mode 100644 xsl/html/chunkfast.xsl diff --git a/xsl/html/chunk.xsl b/xsl/html/chunk.xsl index 2684c5f09..fe80dbe5b 100644 --- a/xsl/html/chunk.xsl +++ b/xsl/html/chunk.xsl @@ -1,30 +1,99 @@ + exclude-result-prefixes="exsl"> - - + + + + + - + + + + + Computing chunks... + + + + + Fast chunking requires exsl:node-set(). + Using "slow" chunking. + + + + + + + + + + + - - - - - + +
+ +
- - + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + @@ -409,6 +478,8 @@
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.50.1