3 messages in com.canoo.lists.webtestRE: [Webtest] proprietary tags
FromSent OnAttachments
David Escala29 Jan 2003 01:01 
Bernhard Wagner29 Jan 2003 01:57 
Christian Sell29 Jan 2003 02:45 
Subject:RE: [Webtest] proprietary tags
From:Bernhard Wagner (bw@xmlizer.biz)
Date:01/29/2003 01:57:11 AM
List:com.canoo.lists.webtest

AFAIK you can configure JTidy to accept custom tags. See http://www.w3.org/People/Raggett/tidy/ and Look for "Teaching Tidy about new tags".

Another option is to configure httpunit (underlying webtest) to use the Neko Html parser instead of JTidy. See httpunit.sourceforge.net how to turn off JTidy and use Neko instead.

HTH Bernhard

-----Original Message----- From: webt@lists.canoo.com [mailto:webt@lists.canoo.com]On Behalf Of David Escala Sent: Mittwoch, 29. Januar 2003 10:01 To: webt@gate.canoo.com Subject: [Webtest] proprietary tags

hello,

I have to test a web application. OK, you say, this is the right place to ask! in fact I've written quite many tests which use webtest, see for instance http://gasap.fonocom.es/webtest/ it is a great tool. I would only ask for some way to let clients define test cases ...

my question refers to proprietary tags and jtidy: pages have a <vstitle ..>..</vstitle> tag. it is not possible to remove those tags from the pages, don't ask me why. jtidy refuses to parse pages with these kind of non-HTML code, and thus i can't continue with webtest.

is it possible to configure or modify jtidy to allow proprietary tags? i don't want to run tests on the proprietary tags, only to ignore them.

thanks,

david