1HXUNXMLNS(1)                    HTML-XML-utils                    HXUNXMLNS(1)
2
3
4

NAME

6       hxunxmlns - replace XML "global names" by Namespace prefixes
7

SYNOPSIS

9       hxunxmlns [ -- ] [ file ]
10

DESCRIPTION

12       hxunxmlns  is  the  reverse  of  hxxmlns(1).   It  converts element and
13       attribute names of the form
14
15           <{URL1}foo {URL2}bar="...">
16
17       to
18
19           <foo xmlns="URL1" xmlns:x="URL2" x:bar="...">
20
21
22       The predefined XML Namespace is recognized and replaced by  the  prefix
23       "xml:".
24

DIAGNOSTICS

26       The following exit values are returned:
27
28       0         Successful completion.
29
30       > 0       One or more errors occurred in the parsing of the file.
31

SEE ALSO

33       hxxmlns(1)
34

BUGS

36       The error recovery for incorrect XML is primitive.
37
38
39
405.x                               21 Nov 2008                     HXUNXMLNS(1)
Impressum