From owner-cvs-all@FreeBSD.ORG Sun Oct 17 00:28:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB99816A4CE; Sun, 17 Oct 2004 00:28:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F87B43D5F; Sun, 17 Oct 2004 00:28:02 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9H0S2mG042508; Sun, 17 Oct 2004 00:28:02 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9H0S2Cg042504; Sun, 17 Oct 2004 00:28:02 GMT (envelope-from marcus) Message-Id: <200410170028.i9H0S2Cg042504@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 17 Oct 2004 00:28:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance/gnucash-docs/files patch-xsl_general-customization.xsl patch-xsl_titlepage2.xsl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2004 00:28:02 -0000 marcus 2004-10-17 00:28:02 UTC FreeBSD ports repository Added files: finance/gnucash-docs/files patch-xsl_general-customization.xsl patch-xsl_titlepage2.xsl Log: Make these stylesheets XSLT compliant by making sure templates with the same name are not included multiple times into the same stylesheet. Instead, use , and nest them with the proper import precedence so that the proper overrides occur. As of libxslt-1.1.11, stricter template name checking is done with . Reported by: pointyhat via kris Revision Changes Path 1.1 +16 -0 ports/finance/gnucash-docs/files/patch-xsl_general-customization.xsl (new) 1.1 +18 -0 ports/finance/gnucash-docs/files/patch-xsl_titlepage2.xsl (new)