1man(1) General Commands Manual man(1)
2
3
4
6 xmlns - replace XML Namespace prefixes by "global names"
7
9 xmlns [ -d ] [ -- ] [ file ]
10
12 xmlns 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 removed, but
19 with option -d they are kept unchanged.
20
21 [ToDo]
22
23
24
25 31 Mar 2000 man(1)