debian man page for hxprune

Query: hxprune

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HXPRUNE(1)							  HTML-XML-utils							HXPRUNE(1)

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. 6.x 10 Jul 2011 HXPRUNE(1)
Related Man Pages
hxaddid(1) - debian
hxcount(1) - debian
hxincl(1) - debian
hxextract(1) - debian
xml::element(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?