[fpc-pascal] Fast HTML Parser

Marcos Douglas md at delfire.net
Wed Aug 6 19:50:44 CEST 2014


Hi,

Someone knows a fast html parser to use in Pascal code?

I need something like this:

HTML:
<select name="sel_x">
<option>1</option>
<option>2</option>
</select>

I need a function/object to give me only the values:
1
2

Something like:
S := GetHTMLValues('sel_x');

Regards,
Marcos Douglas



More information about the fpc-pascal mailing list