This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xsl:copy or xsl:copy-of


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]