I have a folder structure with more that one include which leads to more than one dtd or Project.dtd (see the image for more info)
I want to be able to call all 3 Project.dtd from the same script (xml) file.
I have tried <!DOCTYPE project SYSTEM "../All/dtd/Project.dtd,
../All/dtt/Project.dtd">
Is this possible?
Also, is <ant filename="" />, can it be used inside the <webtest> tag
i.e
<webtest> <ant antfile="" /> </webtest>
Any suggestions appreciated.
Thanks,
<<attachment: Folders.jpg>>

