This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: multiple XML tags -> single output


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]