Code review comment for lp:~zorba-coders/zorba/tokenize

Revision history for this message
Matthias Brantner (matthias-brantner) wrote :

As discussed in this thread, only the new tokenize function of the string module streams.
Use the following instead

import module namespace s = "http://www.zorba-xquery.com/modules/string";

s:tokenize($item, "a")

« Back to merge proposal