But when I include the MyWebTest.dtd in a testcase using <!DOCTYPE project SYSTEM "../../dtd/MyWebTest.dtd">
only the tags from ANT get recognized. The tags under <webtest> are not suported. Do you have a solution for this? Or an example test case where you include the MyWebTest.dtd? Regards, Stefan Marc Guillemot wrote: > > Hi Christoph, > > you can include a DTD in an other DTD, see for example > https://svn.canoo.com/trunk/webtest/selftests/config/MyWebTest.dtd > > Marc. > -- > Blog: http://mguillem.wordpress.com > > > [EMAIL PROTECTED] wrote: >> 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 >> > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > > -- View this message in context: http://www.nabble.com/Validating-WebTest-XML-files-with-Eclipse-tf4441650.html#a12937419 Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

