another simple problem...

Subject: another simple problem...
From: "B. DEXHEIMER" <benjamin.dexheimer@xxxxxxxxxxxxxxxxxx>
Date: Mon, 16 Oct 2000 18:02:01 +0200
Hi People !

I have the following piece of code :

<xsl:variable name="file">out</xsl:variable>
...
<xsl:template match="ADMIN">
  <xsl:variable name="file">
    /* what I want to do is : file <- "ADMIN", ie the xsl variable
"file" receives "ADMIN", the node matching
    element, as a new value instead of "out" but I do not want to write
"ADMIN" explicitely... the new value must be referred dynamically to the
upper node mentionned in the match instruction*/
  </xsl:variable>

How could I do that ?

Thanx for your Help!

BeNjamin.


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


Current Thread