Hello everybody, I am using Eclipse to write WebTest test cases. To access all these nice validation and auto-completion features from Eclipse, the XML files holding the test cases need to have a full DTD including all possible WebTest tags in the header.
The problem is now that if I include the WebTest.dtd from the doc build in the test case files, I can not use the Project.dtd holding my custom entities since XML allows only one DTD file and any changes to the Project.dtd are removed after each rebuild. Is there a possibility to include the contents of WebTest.dtd to the Project.dtd file or to include its contents to the test case files? Thanks in advance, Christoph _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

