Man page - hxunxmlns(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
HXUNXMLNS
NAMESYNOPSIS
DESCRIPTION
DIAGNOSTICS
SEE ALSO
BUGS
NAME
hxunxmlns - replace XML "global names" by Namespace prefixes
SYNOPSIS
hxunxmlns [ -- ] [ file ]
DESCRIPTION
hxunxmlns is the reverse of hxxmlns (1). It converts element and attribute names of the form
<{URL1}foo {URL2}bar="...">
to
<foo xmlns="URL1" xmlns:x="URL2" x:bar="...">
The predefined XML Namespace is recognized and replaced by the prefix "xml:".
DIAGNOSTICS
The following exit values are returned:
|
0 |
Successful completion. |
|||
|
> 0 |
One or more errors occurred in the parsing of the file. |
SEE ALSO
hxxmlns (1)
BUGS
The error recovery for incorrect XML is primitive.