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

