Re: grab html table[s] from html to files
From: Ronald Rood (devnull_at_ronr.nl)
Date: 10/06/03
- Next message: David N. Welton: "Re: grab html table[s] from html to files"
- Previous message: Ralf Fassel: "Re: segmentation fault in t_splay() calling Tcl_Alloc()"
- In reply to: David N. Welton: "Re: grab html table[s] from html to files"
- Next in thread: David N. Welton: "Re: grab html table[s] from html to files"
- Reply: David N. Welton: "Re: grab html table[s] from html to files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 6 Oct 2003 21:52:02 +0200
On Mon, 6 Oct 2003 14:03:58 +0200, David N. Welton wrote
(in message <878ynyzi9h.fsf@dedasys.com>):
> You could try using the 'htmlparse' module from the Tcl standard
As far as I can see I have no htmlparse available in the installation
(oratcl) I have to use. I do have perl and tcl, both without additions. I did
find a little perl script
<http://www.fundp.ac.be/~fbastin/computing/perl/html2csv> that nearly does
the job but has problem with table tags that are not at the linestart. That's
why I try to do it with tcl. The html is not too complicated so I think
regexps will not cause to many problems - except for the writing part ;-)
-- With kind regards, Ronald http://ronr.nl/unix-dba
- Next message: David N. Welton: "Re: grab html table[s] from html to files"
- Previous message: Ralf Fassel: "Re: segmentation fault in t_splay() calling Tcl_Alloc()"
- In reply to: David N. Welton: "Re: grab html table[s] from html to files"
- Next in thread: David N. Welton: "Re: grab html table[s] from html to files"
- Reply: David N. Welton: "Re: grab html table[s] from html to files"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|