blob: ced266b40afcb50aca8bd0855ce09024b8b9396c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.TH xmlbrowser 1 2022-11-03 utils
.SH NAME
xmlbrowser \- graphical browser for xml databases
.SH SYNOPSIS
.B xmlbrowser
.RI [ file\ ... ]
.SH DESCRIPTION
.B xmlbrowser
parses the specified XML files
and builds a tree
with the elements and their
attributes and values.
The tree is displayed in a window for easy browsing.
It is implemented as a
.BR python (1)
script using qtpy.
Not implemented are a search function,
and a way to edit the values.
You can use
.BR grep (1)
or
.BR sed (1)
for that, I think.
.SH EXAMPLES
.B xmlbrowser data.xml
.SH SEE ALSO
.BR yamlbrowser (1)
|