Re: [xsl] misc. confusion on "footnote" handling

Subject: Re: [xsl] misc. confusion on "footnote" handling
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Date: Thu, 26 Aug 2004 17:40:59 -0400
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

Current Thread