Subject: CVS commit: htdocs/share/xsl
To: None <www-changes@NetBSD.org>
From: Mike M. Volokhov <mishka@netbsd.org>
List: www-changes
Date: 12/08/2006 08:09:44
Module Name: htdocs
Committed By: mishka
Date: Fri Dec 8 08:09:44 UTC 2006
Modified Files:
htdocs/share/xsl: netbsd-docbook-html-chunk.xsl netbsd-docbook-html.xsl
netbsd.xsl
Log Message:
Fix stylesheets on xsl:param usage. The general rules are:
1) any parameter passed to subsequent templates by xsl:with-param
must be "predeclared" with xsl:param in called template
2) if some changeable storage is not a parameter passed from calling
template (or global), it must be used as xsl:variable (moreover
if it's really used as temporary or local variable)
Problems has been catched by <hubertf> on NetBSD Guide.
Thanks for testing!
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 htdocs/share/xsl/netbsd-docbook-html-chunk.xsl \
htdocs/share/xsl/netbsd.xsl
cvs rdiff -r1.11 -r1.12 htdocs/share/xsl/netbsd-docbook-html.xsl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.