hxcount(1) debian man page | unix.com

Man Page: hxcount

Operating Environment: debian

Section: 1

HXCOUNT(1)							  HTML-XML-utils							HXCOUNT(1)

NAME
hxcount - count elements and attributes in HTML or XML files
SYNOPSIS
hxcount [ file-or-URL ]
DESCRIPTION
The hxcount command counts the number of elements and attributes of each type that appears in the input and prints a report on stdout.
OPERANDS
The following operand is supported: file-or-URL The name or URL of an HTML or XML file. If absent, standard input is read instead.
EXIT STATUS
The following exit values are returned: 0 Successful completion. > 0 An error occurred in the parsing of the HTML or XML file. hxcount will try to recover from the error and produce output anyway.
ENVIRONMENT
To use a proxy to retrieve remote files, set the environment variables http_proxy and ftp_proxy. E.g., http_proxy="http://localhost:8080/"
BUGS
Don't trust the output if there were errors in the input. Remote files (specified with a URL) are currently only supported for HTTP. Password-protected files or files that depend on HTTP "cookies" are not handled. (You can use tools such as curl(1) or wget(1) to retrieve such files.)
SEE ALSO
asc2xml(1), hxprune(1), hxnormalize(1), hxnum(1), hxtoc(1), hxunent(1), xml2asc(1), UTF-8 (RFC 2279) 6.x 10 Jul 2011 HXCOUNT(1)
Related Man Pages
hxname2id(1) - debian
hxindex(1) - debian
hxref(1) - debian
hxunpipe(1) - debian
hxunent(1) - debian
Similar Topics in the Unix Linux Community
Passing args to URL to retrieve a file
How to send XML data using HTTP Post Request
Awk: print all URL addresses between iframe tags without repeating an already printed URL
How to Parse the XML data along with the URL in Shell Script?
How to join several HTML files?