1HXNSXML(1) HTML-XML-utils HXNSXML(1)
2
3
4
6 hxnsxml - convert output of hxxmlns back to XML
7
9 hxnsxml [ file ]
10
12 hxnsxml looks for element and attribute names that start with an XML
13 Namespace in curly braces and converts them into normal element and
14 attribute names paired with an xmlns attribute. E.g., <{http://exam‐
15 ple.org/foo}bar> is converted to <bar xmlns="http://example.org/foo">
16
18 The following exit values are returned:
19
20 0 Successful completion.
21
22 > 0 An error occurred in the parsing of the XML file. hxnsxml
23 will try to correct the error and produce output anyway.
24
26 hxxmlns(1),
27
28
29
305.x 21 Nov 2008 HXNSXML(1)