|
Subject: Excelon Stylus buggy From: Iain Huxley <iain@xxxxxxxxxxxxx> Date: Tue, 14 Mar 2000 17:57:01 -0800 |
<xsl:template match="test1">
<xsl:call-template name="bolditalic">
<xsl:with-param name="content">
<!-- example content below will be inserted-->
<xsl:call-template name="foo"/>
<xsl:value-of select="test2"/>
<xsl:apply-templates/>
foobarfoobar
<!-- end of inserted stuff -->
</xsl:with-param>
</xsl:call-template>
</xsl:template><xsl:template name="bolditalic">
<xsl:param name="content"/>
<B>
<I>
<xsl:copy-of select="$content"/>
</I>
</B>
</xsl:template>//---------------------------------------------------- // Iain Huxley // President // Mindspike Technologies // http://mindspike.com // Ph: (510) 339 7789 //----------------------------------------------------
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: Applying templates within a var, Steve Tinney | Thread | RE: Excelon Stylus buggy, Omri Traub |
| returning the n:th first elements, Mattias Konradsson | Date | Re: Trying to sort by an unknown at, Mike Brown |
| Month |