File: hxxmlns.1

package info (click to toggle)
html-xml-utils 7.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,488 kB
  • sloc: ansic: 11,213; sh: 7,996; lex: 243; makefile: 193; yacc: 125
file content (21 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
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" "7.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]