Hi - I need to load a system dtd and set it as the entity resolver for a xerces DOM parser. i need to store the dtd in WEB-INF directory and read it in from the
servlet - how is this possible? Fileinputstream seems to only want to read from the local filesystem not the web context?