Apr 1, 2003 #2 jel Programmer Feb 17, 2002 349 NL Set: <xsl:variable name="A" select="1"/> Get: <xsl:value-of select="$A"/> Upvote 0 Downvote
Set: <xsl:variable name="A" select="1"/> Get: <xsl:value-of select="$A"/>
Apr 1, 2003 Thread starter #3 varocho Programmer Dec 4, 2000 238 US Thanks jel. Next question: is it possible to update an XSL variable? Upvote 0 Downvote
Apr 1, 2003 #4 mountainbiker Programmer Aug 21, 2002 122 GB In the strictest sense no. Have a look at something like this http://www.informatik.hu-berlin.de/~obecker/XSLT/loop-compiler/ Upvote 0 Downvote
In the strictest sense no. Have a look at something like this http://www.informatik.hu-berlin.de/~obecker/XSLT/loop-compiler/