In details:
- Wrapper around wininet and synapse, which inherit a common class, so you can switch between both libraries
- a simple html parser to read all tags and text elements (a little bit like sax)
- a tree parser that will build a tree structure from it (definitely not dom)
- an almost standard-compliant implementation of XPath 2 to run simple queries on that tree
- a template based html processor, that will match a template against the html document and store the result of several queries in different variables (similar idea like xsl, but better for pascal)
- finally an auto-update class
French
Outils pour Internet avec JQuery