![]() |
![]()
| ![]() |
![]()
NAMEhxunxmlns - replace XML "global names" by Namespace prefixesSYNOPSIShxunxmlns [ -- ] [ file ]DESCRIPTIONhxunxmlns 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:". DIAGNOSTICSThe following exit values are returned:
SEE ALSOhxxmlns(1)BUGSThe error recovery for incorrect XML is primitive.
|