hxunxmlns(1) debian man page | unix.com

Man Page: hxunxmlns

Operating Environment: debian

Section: 1

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) - mojave
xml::stream::namespace(3) - suse
xml::stream::namespace(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?