File: hxxmlns.1

package info (click to toggle)
html-xml-utils 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,620 kB
  • sloc: ansic: 10,027; sh: 2,135; lex: 189; yacc: 125; perl: 123; makefile: 122
file content (21 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH "HXXMLNS" "1" "10 Jul 2011" "6.x" "HTML-XML-utils"
.SH NAME
hxxmlns \- replace XML Namespace prefixes by "global names"
.SH SYNOPSIS
.B hxxmlns
.RB "[\| " \-d " \|]"
.RB "[\| " \-\- " \|]"
.RI "[\| " file " \|]"
.SH DESCRIPTION
.B hxxmlns
expands all element and attribute names to "global names" by expanding
the prefix. All names will be printed as "{URL}name". Attribute names
without a prefix will have an empty namespace part: "{}name". The
namespace attributes (those that start with "xmlns") will be removed.
.PP
By default comments, PIs and the DOCTYPE declaration are copied unchanged,
but with option
.B \-d
they are removed.
.PP
[ToDo]