|
Subject: [xsl] xsl:with-param From: Corneanu Dan <cdan@xxxxxxxxxxx> Date: Thu, 14 Mar 2002 11:15:46 +0200 |
Hi, i have the following XML excerpt:
<address> <street>Drubeta 10</street> <city>Timisoara</city> <country>Romania</country> </address>
<xsl:template name="addRow">
<xsl:param name="firstCell"/>
<xsl:param name="secondCell"/>
<fo:table-row font-size="12pt" line-height="14pt">
<fo:table-cell>
<fo:block><xsl:value-of select="$firstCell"/></fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block><xsl:value-of select="$secondCell"/></fo:block>
</fo:table-cell>
<fo:table-row>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How can I simulate a repl, Joerg Heinicke | Thread | Re: [xsl] xsl:with-param, Jeni Tennison |
| [xsl] Re: How can I simulate a repl, Dimitre Novatchev | Date | RE: [xsl] EXSLT in ASP.NET?, Bryan Rasmussen |
| Month |