Re: [xsl] multiple XML tags -> single output

Subject: Re: [xsl] multiple XML tags -> single output
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Wed, 27 Dec 2000 23:17:21 -0800 (PST)
C'mon Mike and Kevin,

"issue" is not a child of "title", ut its sibling.

Therefore, it should be:

<xsl:value-of select="concat(.,' #',foloowing-sibilng::issue[1]/@num,'
For ',foloowing-sibilng::issue[1]/@date)"/>

Dimitre.



Mike Brown wrote:

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)"/>



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread