Simon said:
anyone know of a tool that will produce a 'report' of the links in a series
of HTML documents?
I am converting a heap of HTML to a keynote file and want a ready reference
to what links are in each source file
Ideally, the output would list the links by file
eg file 1 - link 1, link 2, link 3
file 2 - link 1, link 2, link 3
file 3 - link 1, link 2, link 3
TIA
S
Hi,
Visit
http://www.erols.com/waynesof/bruce.htm and take a look at
HTMSTRIP. Of the many things this console utility can do, it can
provide a list of links from an HTML file. You'll need the /A option,
which allows the following;
/A=spec says how to handle <A...> links. "spec" is one of:
SITE = give site name FSITE = give site name (full url)
SITEFN = give site as footnote FSITEFN = full url site as footnote
NONE = don't show (default) SYMBOL = use defined symbol instead
Here's an example use;
J:\>htmstrip /A=FSITEFN ctv.htm
HTMSTRIP (/? for help) (c)2002 Bruce Guthrie, Wayne Software Rev
08/10/2002
Reading J:\HTMSTRIP.INI...
02:04:03: Reading J:\HTMSTRIP.INI... 11 filters
Options: /WIDTH=80 /-FORCE /RULE=- /-RSPACE /A=FSITEFN /IMG=NONE
/MAP=NONE
/EXT=.OUT /INDENT /INPUT /-SPACES /TABLE /-WARNINGS /-ALL
/BORDER=T /BUFF=1 /Cj:\ /ATTR=-H-S
02:04:03: Reading J:\HTMSTRIP.INI /CP1... 331 entity lookups
02:04:04: Processing HTML files... Press Esc to abort early
02:04:04: CTV.HTM --> CTV.OUT
Input file size: 46,788 bytes (100%)
02:04:05: Done
Joe
http://groups.yahoo.com/group/JoeCaverlysProgrammingStuff