From c70d0571e54498f3c01f21f3f5da5942a66588ef Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 10 Mar 2005 22:17:37 +0000 Subject: Add patch for db2latex that fixes problems with newer versions of xsltproc (This used to be commit 233070f76a802a41d91e4d5d88838bccbbbbf1d4) --- docs/db2latex-xslt-strict.diff | 98 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 docs/db2latex-xslt-strict.diff diff --git a/docs/db2latex-xslt-strict.diff b/docs/db2latex-xslt-strict.diff new file mode 100644 index 0000000000..093ebd9d3e --- /dev/null +++ b/docs/db2latex-xslt-strict.diff @@ -0,0 +1,98 @@ +This patch removes a duplicate template from db2latex that was being +included (violates strict XSLT, something newer versions of xsltproc don't like) + +Looks like upstream is inactive for over a year, so I'm putting this quick fix +here for now. + +--- db2latex-xsl-0.8pre1+20050310/xsl/common/common.xsl 2005-03-10 23:09:55.639189152 +0100 ++++ db2latex-xsl-0.8pre1+20050310/xsl/common/common.xsl 2005-03-10 23:10:50.762690340 +0100 +@@ -356,89 +356,6 @@ + + + +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- question +- answer +- qandadiv +- qandaset +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- + + + -- cgit