You may wish to consider using biterscripting for parsing XML. It will
parse the exact the same way regardless of the browser installed. If
you goole biterscripting and XML, you should see several scripts to
parse XML posted all over the net.
On Nov 17, 9:15 am, "g...@iec" wrote:
> Hi all,
>
>
You can also use this generic rss parsing script.
# Script rss.txt
var str source, list
var str rss ; cat $source > $rss
set $wsep="," ; var int count ; set $count = { wen $list }
while ( { sen -c -r "^&^" $rss } > 0 )
do
var str item ; stex -c -r "^&^" $rss > $item
var int index ; set $
2 matches
Mail list logo