From 53da4fe1c10e627e06f9a6b0a06f527d9e9f4946 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 21 Apr 2001 20:31:30 +0000 Subject: [PATCH] My first crude attempts at support for qandaset --- xsl/common/common.xsl | 103 +++++++++++++++++++++++++++++++++++ xsl/fo/qandaset.xsl | 124 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 226 insertions(+), 1 deletion(-) diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index 55bf6f337..f09799539 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -291,6 +291,109 @@ Defaults to the context node. + + + + + + + + + + + + + + + + + + + + + + Question + Answer + QandADiv + QandASet + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/fo/qandaset.xsl b/xsl/fo/qandaset.xsl index 412f68211..bb8b6d456 100644 --- a/xsl/fo/qandaset.xsl +++ b/xsl/fo/qandaset.xsl @@ -1,5 +1,6 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.50.1