Subject: CVS commit: htdocs/share/xsl
To: None <www-changes@NetBSD.org>
From: Mike M. Volokhov <mishka@netbsd.org>
List: www-changes
Date: 12/07/2006 14:15:29
Module Name:	htdocs
Committed By:	mishka
Date:		Thu Dec  7 14:15:29 UTC 2006

Modified Files:
	htdocs/share/xsl: portpage.xsl

Log Message:
Every <xsl:with-param name="foo" .../> should be "predeclared" with
<xsl:param name="foo"/> in called template. Otherwise parameter
will be just inored (http://www.w3.org/TR/1999/REC-xslt-19991116,
section 11.6), and new xsltproc takes this in account.

Catched by <hubertf>.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 htdocs/share/xsl/portpage.xsl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.