Hey all, I am writing a simple parser and DTD validator for an InputStream that will passed in as a POST message. I have tried parsing and validating both InputStreams and just Strings from a small test program that I wrote. That works fine. However, when I put the SAME EXACT code into a file that is turned into a servlet, it still parses the XML and checks for well-formedness, but this time there is no DTD validation (that is the only difference). The webserver that it is being run on is resin and is powered by a master RequestServlet. I just can't figure out why the same code would not work the same on the same server as a servlet. Please advise if you can, this issue is driving me nuts.