Man page - hxnsxml(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
HXNSXML
NAMESYNOPSIS
DESCRIPTION
DIAGNOSTICS
SEE ALSO
NAME
hxnsxml - convert output of hxxmlns back to XML
SYNOPSIS
hxnsxml [ file ]
DESCRIPTION
hxnsxml looks for element and attribute names that start with an XML Namespace in curly braces and converts them into normal element and attribute names paired with an xmlns attribute. E.g., <{http://example.org/foo}bar> is converted to <bar xmlns="http://example.org/foo">
DIAGNOSTICS
The following exit values are returned:
|
0 |
Successful completion. |
||
|
> 0 |
An error occurred in the parsing of the XML file. hxnsxml will try to correct the error and produce output anyway. |
SEE ALSO
hxxmlns (1),