It is possible parse html documents using Alkaline in order to track html errors and typos. You can parse local and
remote documents alike.
The command line syntax is:
asearch parse [--auth:[domain\]username[:password]] [--verbose] url [url [...]]
|
Where the
auth:
option specifies optional credentials to use and the
verbose
option enables verbose output of headers.
For example:
# ./asearch parse --auth:foo:bar http://www.vestris.com /home/www/index.html
|
The output includes the complete dump of all structured tags that Alkaline finds, but does not show raw html content.
This command is supported since version 1.41.0424.0.