If you want to customize your search results and produce a tabular display, you can use the FORMTABLE components to produce the rows and columns. You will need to include special processing in your search results "outbound" transform that matches on the SEARCHLIST element. You need to pass through (copy) the item positioning and actions, and then create the FORMTABLE, its headers and rows. has an element that contains an item for each column, an optional item for those columns that require special processing (defined per ) and then an item for each search results row. Within the are fields for each column. and use a @name attribute that matches the column tags within each. The search result "outbound" transform is typically defined within the search action script. The modifications described above produce the as part of the stage one outbound processing. The stage two display transform has in-built support to produce a standar html table from the headers, rows, and columns defined within FORMTABLE.