|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: template name in attributes
so if i also have:
<xsl:template match="login"> ... </xsl:template> <xsl:template match="t_news"> ... </xsl:template> <xsl:template match="t_threads"> ... </xsl:template> it has to be changed to: <xsl:template match="left">
<xsl:for-each select="box">
<xsl:apply-templates match="@name"/>
</xsl:for-each>
</xsl:template>for it to automatically detect from the attribut value which template to process? Date: Mon, 30 May 2005 22:34:19 +0000 To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx From: "Aron Bock" <aronbock@xxxxxxxxxxx> Subject: RE: template name in attributes Message-ID: <BAY107-F924574AE1D8761ECAFB21D8030@xxxxxxx> _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. 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
|







