|
Subject: Re: [xsl] Repeating Code From: Nicholas Orr <nick@xxxxxxxxxxx> Date: Mon, 10 Oct 2005 07:57:41 +1000 |
It sounds to me like you do not know the mechanics of XSLT.
<xsl:template name="EXPORTDATA">
<ROW>
<xsl:attribute name="MODID">0</xsl:attribute>
<xsl:attribute name="RECORDID">0</xsl:attribute>
<COL>
<DATA>
<xsl:value-of select="./@type"/>
</DATA>
</COL>
<COL>
<DATA>
<xsl:value-of select="./Field/@id"/>
</DATA>
</COL>
...
</ROW>
</xsl:template> <xsl:value-of select="./@type"/>
<xsl:value-of select="./Field/@id"/>
... <COL>
<DATA>
<repeat here>
</DATA>
</COL>Thanks, Nick
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Repeating Code, Ragulf Pickaxe | Thread | Re: [xsl] Repeating Code, Ragulf Pickaxe |
| [xsl] Announce: Unit Testing Framew, Jacek Radajewski | Date | [xsl] RE: [xml-dev] Announce: Unit , Jacek Radajewski |
| Month |