xsl-list
[Top] [All Lists]

RE: Select statement within HREF

2003-10-31 04:34:02
Thanks guys for the prompt response.

I am still making some mistakes, therefore it does not seem to work.

Here is the complete style sheet

<xsl:template match="livelink//llnode">

<table>

<tr> 
<xsl:apply-templates/>
</tr>

<tr>

<xsl:for-each select="*">
<xsl:sort select="@name"/>

<xsl:choose>
<xsl:when test="@objname">

<td>
    <a> 
    <xsl:attribute name="href">
      <xsl:value-of select="@name"/>.xml
    </xsl:attribute>
    </a>          
</td>

  <br/>
</xsl:when>
</xsl:choose>

</xsl:for-each>

</tr>

</table>

</xsl:template>

</xsl:stylesheet>

OUTPUT
______

If the value @name is AFC, then it will show a hyper link on AFC and
link will be AFC/file.xml

Regards,

/s


-----Original Message-----
From: andrew(_dot_)curry(_at_)pa(_dot_)press(_dot_)net 
[mailto:andrew(_dot_)curry(_at_)pa(_dot_)press(_dot_)net] 
Sent: 30 October 2003 12:15
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Select statement within HREF


One way is


<xsl:attribute name="href">
<xsl:value-of select="@name"/>
</xsl:attribute>


PA Sport RnD

Andrew Curry
Software Developer

Telephone: 01430 455545
Website:        http://www.pa.press.net

PA News Limited:
Bridgegate, Howden, East Yorkshire, DN14 7AE

Registered Office:
PA News Limited, 292 Vauxhall Bridge Road, London SW1V 1AE. Registered
in England No. 3891053


----- Original Message ----- 
From: "SHEIKH Sajjad" <Sajjad(_dot_)SHEIKH(_at_)efsa(_dot_)eu(_dot_)int>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Friday, October 31, 2003 11:13 AM
Subject: [xsl] Select statement within HREF


Hi

I want to use a select statement within anchor hyper ref[=a href].

Example:
<a href="(<xsl:value-of select="@name/>)/(file.xml)">"><xsl:value-of
select="@name"/></a>

So the final result will be as following

For example <xsl:value-of select="@name"/> returns AFC
It will show <a href="AFC/file.xml">AFC</a>

Any help will be appreciated.

Regards,

/s

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



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


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

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