[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
How can I add the within another tag?
Subject: How can I add the <xsl:eval> within another tag?
From: "Moazzam Ahmed" <moazzam@xxxxxxxxx>
Date: Mon, 10 Apr 2000 18:32:02 -0500
|
hi
I wanted to do this
<xsl:script>
...
function dummy()
dummy="Dallas"
end function
</xsl:script>
<xsl:if test="@city=[.'<xsl:eval>dummy()</xsl:eval>']">
<xsl:value-of select="@state">
</xsl:if>
so i need to find the State of the city. Can I embed eval
within if?
Moazzam
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|