Best Lightweight HTML Parser for Delphi

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-04-29T00:07:55Z Indexed on 2010/04/29 0:17 UTC
Read the original article Hit count: 708

Filed under:
|
|
|

I need to parse out the values from some data from select boxes.

Example: <option value="1">Apple</option><option value="2">Chicken</option>

Usage: If option = apple then get value.

Any suggestions?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-2009