debian man page for hxunxmlns

Query: hxunxmlns

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HXUNXMLNS(1)							  HTML-XML-utils						      HXUNXMLNS(1)

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. 6.x 10 Jul 2011 HXUNXMLNS(1)
Related Man Pages
hxname2id(1) - debian
xml::parser::style::tree(3) - mojave
xml::libxml::namespace(3) - osx
xml::libxml::namespace(3) - centos
xml::libxml::namespace(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file