|
Subject: Re: [xsl] insert an attribute value through xsl From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Thu, 31 Jan 2002 15:05:25 +0100 |
Secondly, is there a way that it allows me to insert the position() within the HTML element such as: -
<xsl:template match="Family">
<a name="<xsl:value-of select="position()"/>>Smith</a>
...
that gives something like that at the end: - <a name="2">Smith</a>
i know such approach is not permitted but is there are another way to produce such result?
thanks for your time
Regards Kit
<a>
<xsl:attribute name="name">
<xsl:value-of select="position()"/>
</xsl:attribute>
Smith
</a>System Development VIRBUS AG Fon +49(0)341-979-7411 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] insert an attribute value, 林 子芯 | Thread | [xsl] building a tabular format of , Seema R |
| [xsl] Passing parameters to xsl-sty, Ragulf Pickaxe | Date | Re: [xsl] just had a weird idea, Jonathan Perret |
| Month |