xsl-list
[Top] [All Lists]

ID of HTML control must have value of XML tag

2003-04-05 12:06:08
In an XSL-template I try to create a HTML weblink (<a href=... id=...>).
The link must have an ID that has the value of an XML-tag.
How can I do that?

<xsl:template match="Person">
<a href="http://www.somewebpage.com"; id="???"><xsl:value-of select="Nr"/></a>
</xsl:template>

So "???" must be replaced by the value of XML-tag "Nr".
But how or what?

Thanks.
Ilse







_________________________________________________________________
Chatten met je online vrienden via MSN Messenger. http://messenger.msn.be


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>