cvs commit: ports/finance/gnucash-docs/files patch-xsl_general-customization.xsl patch-xsl_titlepage2.xsl

Joe Marcus Clarke marcus at FreeBSD.org
Sat Oct 16 17:28:02 PDT 2004


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)


More information about the cvs-all mailing list