Fix a syntax error. This caused a build breakage in newer libxslt which check
the stylesheet syntax more strictly. |It is an error for the value of either the use attribute or the match |attribute to contain a VariableReference. | (XSL Transformations (XSLT) Version 1.0, Section 12.2)
This commit is contained in:
parent
0aa8e8251a
commit
f88fe6df4c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40558
1 changed files with 4 additions and 2 deletions
|
@ -8,14 +8,16 @@
|
||||||
|
|
||||||