Best Lightweight HTML Parser for Delphi

前端 未结 2 1936
北荒
北荒 2020-12-17 00:37

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

Example:

相关标签:
2条回答
  • 2020-12-17 01:14

    DIHtmlParser? I'm not sure how "lightweight" it is, but Ralf's components always seemed to be well put together. He's also normally active and response on Embarcadero's Forums.

    If it's a one-off and not too complex, you could probably split on symbols manually.

    0 讨论(0)
  • 2020-12-17 01:36

    Another option would be the standard XML Parsers...that is if your document meets the XHTML standards.

    0 讨论(0)
提交回复
热议问题