Man page - hxunpipe(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)
apt-get install html-xml-utils
Manual
HXUNPIPE
NAMESYNOPSIS
DESCRIPTION
OPTIONS
OPERANDS
EXIT STATUS
ENVIRONMENT
BUGS
SEE ALSO
NAME
hxunpipe - convert output of hxpipe back to XML format
SYNOPSIS
hxunpipe [ -b ] [ file-or-URL ]
DESCRIPTION
hxunpipe takes the output of hxpipe (1) (or of onsgmls (1)) and turns it back into XML/SGML mark-up.
OPTIONS
The following options are supported:
|
-b |
Normally, hxunpipe assumes the input was made by hxpipe, i.e., the input may contain character entities but will never contain SGML/XML delimiters (<>&"β) that need to be escaped. When the input was made by (o)nsgmls, however, the entities will have been expanded and the input may contain SGML/XML delimiters. The option -b causes hxunpipe to look for those delimiters and escape them: "<" as "<", ">" as ">", "&" as "&", """ as """ and "β" as "'". |
OPERANDS
The following
operand is supported:
file-or-URL
The name or URL of an HTML 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 input. |
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
Not all syntax errors in the input are recognized.
hxunpipe can currently only retrieve remote files over HTTP. It doesnβt handle password-protected files, nor files whose content depends on HTTP "cookies."
SEE ALSO
hxpipe (1), onsgmls (1).