|
Subject: Re: [xsl] <xsl:if ... question From: David Carlisle <davidc@xxxxxxxxx> Date: Tue, 23 Jul 2002 11:21:57 +0100 |
Basically I want to test if the value of the
identifierref attribute in the item element, is equal
to the identifier attribute, in the resource element.
If so, then I want to take the value of the href
attribute from the resource element and use it to
create a link in my html document, along with the
content of the title element, which will be the name
of the link.
If you are on the item node then
<xsl:variable name="x" select="."/>
<xsl:for-each
select="/topwhateverthisis/resources/resource[@identifier=$x/@identifierref]">
<a href="{@href}"><xsl:apply-templates select="$x/title"/></a>
</xsl:for-each>
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] <xsl:if ... question, Jeni Tennison | Thread | [xsl] Merging XML Files, alexandre bord |
| Re: [xsl] <xsl:if ... question, Jeni Tennison | Date | Re: [xsl] transformation does happe, David Carlisle |
| Month |