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: 743
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