Man page - hxprune(1)
Packages contains this manual
- hxcite-mkbib(1)
- hxref(1)
- hxprune(1)
- hxincl(1)
- hxwls(1)
- xml2asc(1)
- hxunent(1)
- hxnum(1)
- hxnsxml(1)
- hxtabletrans(1)
- hxnormalize(1)
- hxaddid(1)
- hxcopy(1)
- hxname2id(1)
- hxclean(1)
- hxindex(1)
- hxunpipe(1)
- hxprintlinks(1)
- hxtoc(1)
- hxcite(1)
- hxmultitoc(1)
- hxpipe(1)
- hxunxmlns(1)
- hxselect(1)
- hxmkbib(1)
- hxremove(1)
- hxxmlns(1)
- hxcount(1)
- asc2xml(1)
- hxextract(1)
- hxuncdata(1)
Package: html-xml-utils
apt-get install html-xml-utils
apt-get install html-xml-utils
Manuals in package:
Documentations in package:
Manual
HXPRUNE
NAMESYNOPSIS
DESCRIPTION
OPTIONS
NAME
hxprune - remove marked elements from an HTML file
SYNOPSIS
hxprune [ -c class ] [ -x ] [ file ]
DESCRIPTION
hxprune removes specially marked elements (with their content and children) from an HTML file. By default it removes elements with a class attribute of "exclude". The class attribute is parsed as a whitespace-separated list of words and if one of those words is "exclude", the element is not copied to the output.
OPTIONS
The following
options are supported:
-c
class
Specify a different class than "exclude".
|
-x |
Force output to be in XML-style, i.e., without short attributes and with a slash (/) to mark empty elements. |