Re: Levenshtein distance in XSLT 2.0

Amusingly, my thought-process when writing for $p in (0 to string-length($string1)) return $p was that I wanted to get the position of each character in the string (hence the name of the variable $p). Doh.

Reply

The content of this field is kept private and will not be shown publicly.