This is the command hxunxmlns that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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.
Use hxunxmlns online using onworks.net services