#! /bin/sh
#
# Zakim pruning script
# Hugo Haas <hugo@w3.org> - 28 March 2002
#
# using DV's xsltproc:
#	http://xmlsoft.org/XSLT/xsltproc2.html
# and MaxF's style sheets:
#	http://lists.w3.org/Archives/Public/www-tag/2002Mar/0063.html
# $Id: prunezakim,v 1.1 2002/03/28 22:29:47 hugo Exp $
#
# Usage:
#	prunezakim <HTML log>
# Result is sent to stdout

XSLTP=xsltproc

$XSLTP 'http://lists.w3.org/Archives/Public/www-tag/2002Mar/att-0063/01-prune-zakim.xsl' $1 | \
$XSLTP 'http://lists.w3.org/Archives/Public/www-tag/2002Mar/att-0063/02-prune-zakim2.xsl' -
