Subject: RE: How to call a href?
From: Kara Lee <KaraL@xxxxxxxxxxxxxx>
Date: Thu, 5 Aug 1999 11:19:48 -0700
|
I just wanted to let you know that I figured out a solution to my problem.
I'm building the href in my XSL by doing the following:
<A class="t">
<xsl:attribute name="href">?Query=<xsl:node-name/>:<xsl:value-of
select="textNode()"/></xsl:attribute>
</A>
This attaches "?Query=Author:Smith J" to the URL of the page I'm currently
on.
It works exactly how I wanted it to.
Thanks for all the help.
--------------------------------------
Kara Lee
Applied Technical Systems
karal@xxxxxxxxxxxxxx <mailto:karal@xxxxxxxxxxxxxx>
http://www.apptechsys.com <http://www.apptechsys.com>
CCM Technology Demo:
http://www.apptechsys.com/ccm <http://www.apptechsys.com/ccm>
---------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|