Subject: RE: multiple XML tags -> single output
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 2 Jan 2001 10:40:44 -0000
|
> > Kevin McCarthy wrote:
> > > <xsl:value-of select="."/><xsl:value-of
> select="issue/@num"/><xsl:value-of select="issue/@date" />
> >
> > Or
> >
> > <xsl:value-of select="concat(.,' #',issue/@num,' For
> ',issue/@date)"/>
>
> This doesn't work for me either...
>
I think <issue> was a sibling of <title>, and <title> was the context node,
so it needs to be ../issue/@num
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|