"Allen, Aristotle B (Ari)" wrote: > > When I try to build a validating sax parser I get an exception > thrown and I'm not sure why The problem is exactly as the exception says. The DOCTYPE claims the root element name is "xml" while it in reality is "REQUEST". This the parser is doing the right thing and claiming the file is invalid. -jh-