Subject: tree fragments in variable?!
From: Jan Mendling <mendling@xxxxxx>
Date: Mon, 13 Jan 2003 00:51:13 +0100
|
Hello XSLTies,
when I use something like this:
<xsl:variable name="header">
<tr>
<th>Element</th>
<th>Description</th>
</tr>
</xsl:variable>
Is there a way to address certain nodes with XPath-like "$header/*" for example? When trying this, it seemed that the content is stored like a string in the variable. Though, when I used xsl:value-of the tags had been eliminated.
Thank you and greetings,
Jan Mendling
______________________________________________________________________________
Ihr FreeMail-Postfach kann von jedem Telekom Festnetzanschluss erreicht
werden? Mit der Voicebox - http://freemail.web.de/features/?mc=021163
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|