[Migrated content. Thread originally posted on 23 February 2004]
Hi all,I need to elaborate some HTML files and to
grab some info from this files.
The files are the response from a query, so more
or less the file mantain the same structure.
The info I need to extratc are the values of some (not all) tag, not attributes.
I just wish to know if there is a good way/tool that
allow me to work in a standard/safe way.
Otherwise I have to "parse" the HTML in my
Cobol program, but this involve a lot of work
(that I wish to avoid if possible).
Interfacing with other languages/components
is not a problem.
Many thanks for your attention
Luca