2 messages in com.canoo.lists.webtest[Webtest] verify text without HTML ma...
FromSent OnAttachments
Roman Moukhine [ram]29 Jul 2004 14:48 
Dierk Koenig30 Jul 2004 00:36 
Subject:[Webtest] verify text without HTML markup
From:Roman Moukhine [ram] (rams@hotmail.com)
Date:07/29/2004 02:48:48 PM
List:com.canoo.lists.webtest

Hello everybody

1. How about to introduce into tag <verifytext /> additional attribute (for example
markup={true|false}) that allows compare text without html markup (and
substitute all entities &xxx; with char equivalents, for example german umlauts,
&nbsp; => normal space)).

In such case it became helpless (i don't consider solution to write regexp to
reckon the markup, because it makes condition less undestandable) ---------------------------------- <p> <span class="first">F</spann>oo and bar M&uuml;ller Some&nbsp;text </p> ----------------------------------

2. It would be nice everywhere, where we are working with text do so (or verity
that it is already done) more examples:

<clicklink label="Continue">

but in HTML this looks like: <a href="#">&nbsp;<b>Continue</b>&nbsp;</a>

What are your opinions?

king regards ram