Hi. Since the XML Plugin does not seem to work right now (says XPath needs to be string instead of number, but I entered a string) I tried to use a comma separated list with values like:
a1, b1, c1
a2, b2, c2
I loaded the textfile with AJAX and tried the tokenat and tokencount system actions. I tried to use "newline" and "&newline" as separator and it returns a number for tokencount (1) but it does not seem to work. I make a For loop from 0 to tokencount and saved the result in a local variable. Then I used tokenat with "," as separator for the stored string to get the data for this entry (each line is one entry) but it returns both lines with the linebreak after c1. Any ideas how this might work?
Example code:
Returned:
[quote:3lfdhmi0]Stored Data: a1,b1,c1
a2,b2,c3
Stored Data: