From 5135085c627f2dd2f47d697790516f3301050abc Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Mon, 29 Sep 2008 17:23:54 +0000 Subject: [PATCH] Added a new top-level stylesheet module, chunk-changebars.xsl, to be used for generating chunked output with highlighting based on change (@revisionflag) markup. The module imports/includes the standard chunking and changebars templates and contains additional logic for chunked output. See FRs #1015180 and #1819915. --- xsl/html/chunk-changebars.xsl | 99 +++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 xsl/html/chunk-changebars.xsl diff --git a/xsl/html/chunk-changebars.xsl b/xsl/html/chunk-changebars.xsl new file mode 100644 index 000000000..dc6fefcf4 --- /dev/null +++ b/xsl/html/chunk-changebars.xsl @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- 2.49.0