Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2004 00:28:02 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/finance/gnucash-docs/files patch-xsl_general-customization.xsl patch-xsl_titlepage2.xsl
Message-ID:  <200410170028.i9H0S2Cg042504@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <xsl:import/>, 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
  <xsl:include/>.
  
  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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410170028.i9H0S2Cg042504>