Z
z. f.
Hi,
what is the best way to parse HTML (coming from servers) in order to automate HTML/HTTP interaction.
i know i can use the internet explorer control, but this seems to be the most expensive way, but also it is convenience, since i can put values in input and submit forms etc.
on the other hand i can use webrequest control to get/post pages, but then i have to parse html my self.
is there something in the middle - not to use all resouce internet explorer control uses (can i hide it, so it will not show anything, or play sound), and anyway is there some control that can allow me to navigate the DOM of an html page without all the GUI?
TIA.
what is the best way to parse HTML (coming from servers) in order to automate HTML/HTTP interaction.
i know i can use the internet explorer control, but this seems to be the most expensive way, but also it is convenience, since i can put values in input and submit forms etc.
on the other hand i can use webrequest control to get/post pages, but then i have to parse html my self.
is there something in the middle - not to use all resouce internet explorer control uses (can i hide it, so it will not show anything, or play sound), and anyway is there some control that can allow me to navigate the DOM of an html page without all the GUI?
TIA.