June 1999
Intermediate to advanced
540 pages
21h 39m
English
<xsl:macro-arg>
<xsl:macro-arg name="
string
" default="
value
"/>
Used to declare an argument that should be passed to an XSL macro,
as defined with the <xsl:macro> command. The macro argument
can take a default value, specified by the default attribute, in
the event that the programmer does not specify one.
<xsl:macro name="function" > <xsl:macro-arg name="x" default="0"/> ... <xsl:contents/> </xsl:macro>
Read now
Unlock full access