How to read textfile and split content into words

hi vvvvolks,

i have a question: i have a textfile and would like to make vvvv read the file, split the content into words (something like a cloud tag at flickr) and output this dynamically.
at the read.end vvvv should reload the textfile and begin to read again.

hm?
does any have a hint how to do this?
thx in advance,
v

Have a look at Reader(File), Separate(String) and RegExpr(String). If you have an XML-file, XSLT(XML) and XPath(XML) come in handy.

b