From 66005d4fe270e46b83b1e9402db8da9a42b9785c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Apr 2006 11:16:32 +0000 Subject: [PATCH] Added root-element template match to slides fo/plain.xsl stylesheet. The lack of it was causing the root match from the VERSIOn file to get picked up, which in turn prevented any output from being generated at all. --- slides/xsl/fo/plain.xsl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/slides/xsl/fo/plain.xsl b/slides/xsl/fo/plain.xsl index 69cedc805..64da3ed34 100644 --- a/slides/xsl/fo/plain.xsl +++ b/slides/xsl/fo/plain.xsl @@ -137,6 +137,12 @@ + + + + + + -- 2.50.1