6 messages in com.canoo.lists.webtestRE: [Webtest] validating against WebT...
FromSent OnAttachments
Erik...@alltel.com30 Apr 2002 15:05 
Carsten Seibert01 May 2002 05:36.dtd
Erik...@alltel.com01 May 2002 14:14.xml, .dtd
Carsten Seibert03 May 2002 00:48 
Erik...@alltel.com03 May 2002 08:30 
Carsten Seibert04 May 2002 01:53.dat
Subject:RE: [Webtest] validating against WebTest.dtd (newbie question)
From:Carsten Seibert (seib@acm.org)
Date:05/03/2002 12:48:59 AM
List:com.canoo.lists.webtest

Can you please point out what exactly the changes are that you've made. I can't see any changes between the DTD that I sent you and the one attached to your mail. And the only change to the selfTest.xml seems to be that you inlined selfTestImpl.xml.

Are there any other changes?

Ciao, Carsten

-----Original Message----- From: Erik@alltel.com [mailto:Erik@alltel.com] Sent: Mittwoch, 1. Mai 2002 23:15 To: webt@lists.canoo.com Subject: RE: [Webtest] validating against WebTest.dtd (newbie question)

The one you attached doesn't do the trick, either. Here is the selfTest.xml (I moved the data in selfTestImpl.xml into this doc) and the DTD you just sent.

I had to remove about 5 nodes before it would validate cleanly (using XMLSpy 4.3).

-----Original Message----- From: Carsten Seibert [mailto:seib@acm.org] Sent: Wednesday, May 01, 2002 7:37 AM To: webt@gate.canoo.com Subject: RE: [Webtest] validating against WebTest.dtd (newbie question)

Hi Erik,

Well, this is indeed not really ok ;-) It seems that we missed to add the lastest changes to the DTD. Please find attached an updated version of WebTest.dtd that works for the latest version of selfTest.xml.

We might change to XML schemas if we find some time ... It seems to be a much cleaner solution and one could include the ant DTD so that we don't have to repeat the ant elements in the WebTest.dtd.

Ciao, Carsten

Carsten Seibert seiberTEC GmbH Switzerland mailto:seib@seibertec.ch / phone: +41 79 636 4317

-----Original Message----- From: Erik@alltel.com [mailto:Erik@alltel.com] Sent: Mittwoch, 1. Mai 2002 00:06 To: webt@gate.canoo.com Subject: [Webtest] validating against WebTest.dtd (newbie question)

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="verify text of located cell" text="1:1" > <table row="1" column="1" id="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?