#!/bin/sh grep -v "^[[:space:]]*(<\?xml.*\?>|]*>)[[:space:]]*$" | grep -v "^[[:space:]]*<(url|description|keywords|talkid|title)>.*[[:space:]]*$" | sed "s|]*>\s*||" | sed "s|\s*$||"