you can see the results of my benchmark here:
 
http://htmlparser.sourceforge.net/docs/index.php/Benchmarks
 
the performance of Htmlparser is better than Tidy and uses less memory.
 
peter


Jordi Salvat i Alabart <[EMAIL PROTECTED]> wrote:
Hi Peter.

I've found Tidy to be a real resource hog. Is HTMLParser significantly 
better? Otherwise, I would like to have a simple implementation of the 
"Download all images..." function that doesn't require parsing the whole 
HTML file. A regexp-based one would be great --maybe as an option-- even 
if it can cause false positives.

-- 
Salut,

Jordi.

peter lin wrote:
> 
> I'm currently working on replacing Tidy with HTMLParser for httpsamplerfull. The way 
> HTMLParser works is you register tag listeners. I plan to do a test implementation 
> this weekend. what did you have in mind specifically?
> 
> peter
> 
> 
> Joseph Fifield wrote:
> Hello,
> 
> I need to pull a value out of an http response to use in the next request.
> Specifically, I need to get a value from an html form element from a
> response. Now, I already got this working using the Regular Expression
> Extractor, and it works great. However, I need a solution that's a bit
> easier for a non-programmer to use (and not have to deal with regex).
> 
> I started working on what I'm currently calling HTML Value Extractor. It is
> a post processor implementation that simply pulls the value from a form
> element (as specified by the test element properties) and puts it into a
> variable. The test element properties include the variable name, the type of
> form element (right now, just input and select), the name of the form
> element, and for select elements, the text of the option element to select.
> 
> How does this sound? Is there already a simpler way that I've just missed
> entirely? I'm also curious if there would be any interest in adding this new
> test element to JMeter once I've finished it?
> 
> Thanks!
> 
> Joe
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

Reply via email to