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