On Wed, Aug 6, 2014 at 2:54 PM, Rainer Stratmann <rainerstratm...@t-online.de> wrote: > On Wednesday 06 August 2014 19:50:44 you wrote: >> 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'); > > It's not that difficult to write yourself.
You're right. But I'm searching the faster HTML parser to use in huge HTML files... thousands of files. Best regards, Marcos Douglas _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal