instead of using
<!DOCTYPE xml SYSTEM
"http://mrc3k.micro.lucent.com/~aballen/CreatePack-w.dtd">
try
<!DOCTYPE REQUEST SYSTEM
"http://mrc3k.micro.lucent.com/~aballen/CreatePack-w.dtd">
the word after the DOCType has to be the tagname of the root element, in
this case REQUEST instead of xml.\
- jim -