1HXXMLNS(1) HTML-XML-utils HXXMLNS(1)
2
3
4
6 hxxmlns - replace XML Namespace prefixes by "global names"
7
9 hxxmlns [ -d ] [ -- ] [ file ]
10
12 hxxmlns expands all element and attribute names to "global names" by
13 expanding the prefix. All names will be printed as "{URL}name".
14 Attribute names without a prefix will have an empty namespace part:
15 "{}name". The namespace attributes (those that start with "xmlns") will
16 be removed.
17
18 By default comments, PIs and the DOCTYPE declaration are copied
19 unchanged, but with option -d they are removed.
20
21 [ToDo]
22
23
24
255.x 21 Nov 2008 HXXMLNS(1)