Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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.

7.x				   10 Jul 2011			      HXPRUNE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hxprune&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help