Willi Kuhnis wrote: > Hi Everybody, > > I use now some testfiles for webtest. They look all like the snippet below. > Question: > How can I bring this part "<!DOCTYPE project SYSTEM .................]> > " out to a external file and include it here ? > > Thanks a lot for a tip. > > Willi > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > ********************************* > <?xml version="1.0"?> > <!DOCTYPE project SYSTEM "../dtd/Project.dtd"[ > <!ENTITY config SYSTEM "includes/config.xml"> > <!ENTITY test_checkbox SYSTEM "includes/test_checkbox.xml"> > <!ENTITY test_editfield SYSTEM "includes/test_editfield.xml"> > <!ENTITY test_numericfield SYSTEM "includes/test_numericfield.xml"> > <!ENTITY test_selectfield SYSTEM "includes/test_selectfield.xml"> > <!ENTITY test_selectfieldminmax SYSTEM > "includes/test_selectfieldminmax.xml"> > ]> > <project name="XYZ" default="test"> > .............. > </project> > ************************************ >
follow the conventions of webtest.xml and the dtd file is created for you. Cheers, Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

