Fetching multiple within same line
Posted: Mon Apr 10, 2000 4:39 pm
Hi,
I am using a recexpr directive with a TIMPORT expression to fetch data from an HTML document.
Is there any way to fetch multiple contents located on the same line ?
Example: The HTML code would read:
1: <font face=arial>
2: <td>News</td><td>Sports</td><td>Weather</td><td>exit</td>
3: </font>
News
Sports
Weather
exit
I think that recexpr only works from the very beginning of each line as opposed to the same repetetive structures somewhere in this line.
Can you suggest a solution to my problem ?
Best Regards
Robert Zrim