xsl-list
[Top] [All Lists]

Re: misc. confusion on "footnote" handling

2004-08-26 14:40:59

On Aug 26, 2004, at 5:05 PM, Wendell Piez wrote:

Or on the other hand, there's the trick of matching templates conditionally:

<xsl:template match="bib[$process='aag']">
  ...
</xsl:template>

So in this example, $process is a parameter? Therefore, the idea in my case would be to have, for example:

<xsl:template match="db:citation[$citation-class='author-year']">
    ...
</xsl:template>

That simply says, "apply this template only if the citaton-class parameter is set to 'author-year'"?

Bruce