I am using the XMLParser to parse an XML response from a server. The
XML response contains a DOCTYPE definition:
<!DOCTYPE PerformanceMonitor SYSTEM "/wasPerfTool/dtd/
performancemonitor.dtd">
and that causes the XMLParser to throw an exception:
[TRACE] The development shell servlet received a request for 'dtd/
performancemonitor.dtd' in module 'wasPerfTool'
[ERROR] Unable to find 'wasPerfTool.gwt.xml' on your classpath; could
be a typo, or maybe you forgot to include a classpath entry for
source?
Is this intentional, or is it an error that it maps the DOCTYPE to a
module?
Hermod
regards,
Peter