Best Lightweight HTML Parser for Delphi -


i need parse out values data select boxes.

example: <option value="1">apple</option><option value="2">chicken</option>

usage: if option = apple value.

any suggestions?

dihtmlparser? i'm not sure how "lightweight" is, ralf's components seemed put together. he's active , response on embarcadero's forums.

if it's one-off , not complex, split on symbols manually.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -