#!/bin/sh

# xmloutline	K. J. Turner	10/11/06

# Extract key XML tree start tags and print to standard output. The single
# command-line argument has ".xml" appended.

egrep '<(cgtTree|IntroText|GlobalMacros|TreeVariable|Decision |Question |Chance |Terminal )' $1.xml

