xsl-list
[Top] [All Lists]

Re: modes and temp trees (was Re: [xsl] grouping + global variable (?))

2004-08-17 17:01:56

On Aug 17, 2004, at 4:01 PM, Bruce D'Arcus wrote:

For whatever reason, this doesn't work for me. I originally had that statement, but couldn't get it to work. That's why I ended up with the one I posted. Here's the template again (the key is declared at the top of the stylesheet, and also used in the bibliography mode):

<xsl:template match="db:biblioref">

It's because the match should be the citation; not the biblioref child.

Bruce