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]

RE: A really easy (hopefully) question --the current() function--



On Sun, 11 Feb 2001, Eric Vermetten wrote:
<huge-snip/>

In the examples you use, I don't see any difference between using
"current()" and ".", both of which would select the current node, in these
contexts.

>    <xsl:if test="$index &lt; string-length(current())  + 1">

>           <xsl:value-of select="substring(current(), $index, 1)" />

But Jeni's notes about where current() is actually needed are helpful,
thanks.

Evan Lenz
XYZFind Corp.


 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]