Hi Michael, have a look at the Canoo WebTest selftest for an example http://webtest.canoo.com/fisheye/viewrep/CanooWebTest/selftests
All entities are stored in the 'includes' directory. As part of the build a 'project.dtd' is created from the content of that directory with an entity with the same name as the file referring to each file. hope that helps Mittie > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael Knapp > Sent: Donnerstag, 15. Juni 2006 21:10 > To: [email protected] > Subject: [Webtest] Including entity declarations > > > Hi - is there a way to include my entity declaration of the form: > > <!DOCTYPE project [ > <!ENTITY addmgproduct SYSTEM "../modules/addMonogramProductTo.xml"> > . > . > . > <!ENTITY verifyprofile SYSTEM "../includes/verifyProfile.xml"> > > ]> > > > In my use cases? Currently I am using Ant's token filter, but that > entails doing a full build every time I add an entity declaration to > the list. My objective is to have the same set of entities declared for > each use case, maintaining that list in one place (it is quite a large > list). > > Thanks > mike > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

