From the NannyMUD documentation

LAST CHANGE

2000-12-20

TOPIC

NAME

        parser - The XML parser.

DESCRIPTION

	INTRODUCTION
	The parser which turns the XML_documentation into files for
	the xdoc system is external to the MUD. It is a program
	written in Perl, run each hour as a crontab job on the MUD
	host.

	It uses the Perl module XML::Parser, which is built upon
	XML::Parser::Expat, which uses James Clark's expat library.

	The parser checks that the document it parses is well-formed
	and will exit if it isn't. It does not check that the document
	follows the DTD.

SEE ALSO

        xmand in xdoc/xmand

SEE ALSO

        xmanmod in xdoc/xmanmod