|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Compute attribute value from sub-element
I'm new at this so please excuse me if I'm off track, but, I'm confused about "apply-templates." Would this do the same: <xsl:template match="entry"> <xsl:for-each select="entry"> <a> <xsl:attribute name="href"> http://www.frob.org/search?type=simple&key=<xsl:value-of select="key"/> | </xsl:attribute><xsl:value-of select="description"/> </a> </xsl:for-each> </xsl:template> ,----- > | <xsl:template match="entry"> > | <a> > | <xsl:attribute name="href"> > | > http://www.frob.org/search?> type=simple&key=<xsl:value-of > select="key"/> > | > </xsl:attribute> > | <xsl:apply-templates match="description"/> > | </a> > | </xsl:template> > `----- > > -----Original Message----- > From: Kai.Grossjohann@xxxxxxxxxxxxxxxxxx > [mailto:Kai.Grossjohann@xxxxxxxxxxxxxxxxxx] > Sent: Monday, August 16, 1999 12:12 PM > To: xsl-list@xxxxxxxxxxxxxxxx > Subject: Re: Compute attribute value from sub-element > ... 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








