[Webtest] validating against WebTest.dtd (newbie question)

webtest@lists.canoo.com webtest@lists.canoo.com
Tue, 30 Apr 2002 17:05:46 -0500


I pulled this text from WebTest.dtd.  Note the designation of 'EMPTY'
for verifytext.

<!ELEMENT verifytext EMPTY>
<!ATTLIST verifytext
   stepid CDATA #IMPLIED
   text CDATA #REQUIRED
   regex CDATA #IMPLIED
>

I pullted this text from selfTestImpl.xml


				<verifytext stepid=3D"verify text of
located cell"
					text=3D"1:1" >
					<table row=3D"1" column=3D"1"
id=3D"test"/>
				</verifytext>

XML Spy is telling me that the <table> element should not be there.
Do I have the right version of WebTest.dtd?  What am I missing here?