This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

variable values in for-each loops


if you have:

THE XSLT:
<xsl:for-each select="name">
	<xsl:variable name="teststring" expr="name[starts-with(.,a)]"/>
</xsl:for-each>

THE XML FILE:
<name>jon</name>
<name>andrew</name>
<name>bill</name>
<name>ann</name>
<name>mike</name>

What is the value of the variable in each case?  How is it determined?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]