|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: multiple XML tags -> single output
>What I'd like is to also use information from <issue> in that output, so as
>to get something like
>
>-------------------------
> <h1>
> A Name #10 For 2000/11/11
> </h1>
>--------------------------
Hey Zach,
I think you'd want to do something like this:
<xsl:template match="title">
<h1>
<xsl:value-of select="."/><xsl:value-of select="issue/@num"
/><xsl:value-of select="issue/@date" />
</h1>
</xsl:template>
-Kevin
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








