RE: [xsl] Tracking position in recursive functions?

Subject: RE: [xsl] Tracking position in recursive functions?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 2 Apr 2009 09:04:03 +0100
> I just want to ask how to track "position" in recursive 
> functions like "str:_tokenize-delimiters"?

Just give the function another argument, $position, and increment it by one
on each call.

Michael Kay
http://www.saxonica.com/

Current Thread