Tool 222: In a HMTL file, suppress links pointing to local urls

Description:

  This tool suppresses links to local urls/uris located in a HTML file.
  For example, a HTML file may contain http://s/, mailto:a@a, dir/file.
  In this case, only the first one (http://s/) is kept. Other tags are
  suppressed.
   

Usage:

  netwox 222 -i file -o file

Parameters:

parameter description example
-i|--src-file file input HTML file t.htm
-o|--dst-file file created HTML file out.htm

Examples:

  netwox 222 -i "t.htm" -o "out.htm"

  netwox 222 --src-file "t.htm" --dst-file "out.htm"