[Webtest] proprietary tags
Bernhard Wagner
webtest@lists.canoo.com
Wed, 29 Jan 2003 10:57:33 +0100
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: webtest-admin@lists.canoo.com
> [mailto:webtest-admin@lists.canoo.com]On Behalf Of David Escala
> Sent: Mittwoch, 29. Januar 2003 10:01
> To: webtest@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
> _______________________________________________
> WebTest mailing list
> WebTest@lists.canoo.com
> http://lists.canoo.com/mailman/listinfo/webtest
>