[ic] Simple search result parsing

Himem Inc interchange at himem.net
Tue Nov 25 12:24:10 EST 2003


Hello,

I am trying to take a list of results from a simple search:

[search-region
                search="
                ra=yes
                sf=sku
                fi=products
                rf=category
                tf=category
                ml=99999
"]
[search-list]

[item-change 1][condition][item-param category][/condition]
    <a href="#[item-param category]"><font face="arial" 
size="1">[item-param category]</font></a><br>
[/item-change 1]
[/search-list]
[/search-region]

And parse them out so that I get two columns of results in ascending 
alphabetical order such as:

a   d
b   e
c   f

I have been hitting my head on the table trying to figure out some 
Interchange approved way to do this, can't find any.

Thanks.



More information about the interchange-users mailing list