K
KJ
What does this do: <xsl:apply-templates select="." /> ?
Applies the best matching template for the current context node.KJ said:What does this do: <xsl:apply-templates select="." /> ?
KJ said:If inside a template, such as:
<xsl:template match="para" mode="note">
<xsl:apply-templates select="." /><br />
</xsl:template>
Then does it only match para's inside notes?
Or does it match para's
children also,
KJ said:So the <xsl:apply-templates select="." /> part of the block does the
delegation of processing to the "normal" template (without mode
specified) then?
KJ said:What does this do: <xsl:apply-templates select="." /> ?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.