Iterate through li/ul list

Dear,

is there already an example on how to iterate through a html li/ul list and get the text from that list?
Could not locate this in the tutorial or samples.
Thx,
Uli

All you would need is an

All you would need is an extractor pattern that matches your HTML. Something like this

<li>~@TEXT@~</li>

Then you wound need a script to save the data and set it to run "after each pattern match"