Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • [F11H0] This is the same grouping method employed in the Count Step. The variable  cgCounts  refers to a set of counts each of which is the number of distinct people sharing a name.
  • [F11H1] The call to the recursive named template  cumulativeSum  produces a sequence containing the 0 based cumulative sums for the counts in  cgCounts . These are the offsets into the list of 11 URIs that we need to do URI assignment to the new people. The variable  cumulativeCgCounts  contains the cumulative sum sequence. The recursive named template can be found in the Appendix D and source file  makeURPs.xsl .

...