Re: string-length

Subject: Re: string-length
From: Steve Tinney <stinney@xxxxxxxxxxxxx>
Date: Sun, 02 Apr 2000 13:20:28 -0400
> but where would I put this template name="add-data". I cannot put it in a
> vriable tag, that won't work. If i place it outside, how does it "know" what
> DATA is?

check the xslt spec on xsl:call-template; it doesn't change the current
node.

the context node is not like the scope of a variable

 Steve

p.s. in the previous post I mistakenly wrote test="strlen &lt;= 915"; I
should have written test="$strlen + string-length(DATA[$index]) &lt;=
915.  There are probably other bugs there, also.


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


Current Thread