1
0
Fork 0

{:=>#} Texinfo anchor arity delimiter

This is more in line with conventional XSL function references, such as
those in the W3C specification.
master
Mike Gerwitz 2015-09-29 00:11:01 -04:00
parent 32ae0ec8ce
commit b08861779e
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<variable name="anchor" as="xs:string"
select="if ( . instance of element( xsl:function ) ) then
concat( @name, ':', count( xsl:param ) )
concat( @name, '#', count( xsl:param ) )
else
@name" />