|
Subject: [xsl] Re: failure notice From: "Kai Hackemesser" <kaha@xxxxxx> Date: Mon, 28 Feb 2005 12:05:04 +0100 (MET) |
Hello,
I have a construction which looks as following:
<xsl:variable name="tree-structure-new-branch">
<xsl:choose>
<xsl:when test="not(position()=last())">
<img width="16" height="16"
alt="Der Zweig geht nachher noch weiter"/>
</xsl:when>
<xsl:otherwise>
<img width="16" height="16" alt="Der Zweig endet hier"/>
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
I have traced through this piece of code, it seems to follow my xml tree
well. But the variable I define here is empty after leaving this xsl
structure. Why? What should I change to store that img element in the
variable?
Regards,
Kai
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Serving XSLT 2.0 from Apa, James Fuller | Thread | [xsl] xsl:variable question, Kai Hackemesser |
| [xsl] Serving XSLT 2.0 from Apache , lists-xsl | Date | Re: [xsl] Serving XSLT 2.0 from Apa, David Carlisle |
| Month |