xsl:copy or xsl:copy-of

Subject: xsl:copy or xsl:copy-of
From: Sydney <moisi_fr@xxxxxxxx>
Date: Mon, 5 Jun 2000 12:23:39 +0200 (CEST)
Hi

I want to put in a variable the result of a search
like this.
<xsl:variable name="res">
<xsl:call-template name="alltheme"/>
<xsl:call-template name="searchresults"/>
</xsl:variable>

In this variable there is something like this.
<tag>text</tag>

Now I want to output the content of this variable by
keeping the tag not only the text.
So I use xsl:copy-of 
But how to do the same thing in a <a href>
<a href="$res"/> so
<a href="<tag>text</tag>"/>

Is it possible?

Thanks
Sydney

___________________________________________________________
Do You Yahoo!?
Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr


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


Current Thread