Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
XMLParse
Symbols
ExportXML
ParseXML
TonyAristeidou`XMLParse`
P
a
r
s
e
X
M
L
P
a
r
s
e
X
M
L
[
x
m
l
]
c
o
n
v
e
r
t
s
a
n
X
M
L
t
o
a
D
o
c
u
m
e
n
t
O
b
j
e
c
t
.
P
a
r
s
e
X
M
L
[
x
m
l
,
e
l
e
m
e
n
t
s
]
c
o
n
v
e
r
t
s
X
M
L
t
o
a
D
o
c
u
m
e
n
t
O
b
j
e
c
t
c
o
n
t
a
i
n
i
n
g
o
n
l
y
t
h
e
s
p
e
c
i
f
i
e
d
c
o
m
p
o
n
e
n
t
e
l
e
m
e
n
t
s
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Parse an example XML:
I
n
[
1
]
:
=
p
a
i
n
t
i
n
s
X
m
l
=
I
m
p
o
r
t
[
"
E
x
a
m
p
l
e
D
a
t
a
/
p
a
i
n
t
i
n
g
s
.
x
m
l
"
]
;
p
a
r
s
e
d
=
P
a
r
s
e
X
M
L
[
p
a
i
n
t
i
n
s
X
m
l
]
;
p
a
r
s
e
d
〚
"
D
o
c
u
m
e
n
t
"
,
"
C
h
i
l
d
r
e
n
"
,
"
P
A
I
N
T
I
N
G
S
"
,
"
C
h
i
l
d
r
e
n
"
,
"
S
A
L
E
"
,
A
l
l
,
"
C
h
i
l
d
r
e
n
"
,
A
l
l
,
"
C
h
i
l
d
r
e
n
"
〛
/
/
D
a
t
a
s
e
t
O
u
t
[
1
]
=
T
I
T
L
E
A
R
T
I
S
T
Y
E
A
R
P
R
I
C
E
N
o
.
5
,
1
9
4
8
J
a
c
k
s
o
n
P
o
l
l
o
c
k
1
9
4
8
$
1
4
0
,
0
0
0
,
0
0
0
W
o
m
a
n
I
I
I
W
i
l
l
e
m
d
e
K
o
o
n
i
n
g
1
9
5
3
$
1
3
7
,
5
0
0
,
0
0
0
P
o
r
t
r
a
i
t
o
f
A
d
e
l
e
B
l
o
c
k
-
B
a
u
e
r
I
G
u
s
t
a
v
K
l
i
m
t
1
9
0
7
$
1
3
5
,
0
0
0
,
0
0
0
P
o
r
t
r
a
i
t
o
f
D
r
.
G
a
c
h
e
t
V
i
n
c
e
n
t
v
a
n
G
o
g
h
1
8
9
0
$
8
2
,
5
0
0
,
0
0
0
B
a
l
a
u
m
o
u
l
i
n
d
e
l
a
G
a
l
e
t
t
e
,
M
o
n
t
m
a
r
t
r
e
P
i
e
r
r
e
-
A
u
g
u
s
t
e
R
e
n
o
i
r
1
8
7
6
$
7
8
,
1
0
0
,
0
0
0
A specification of a single element to include can be provided as the second argument:
I
n
[
2
]
:
=
p
a
r
s
e
d
=
P
a
r
s
e
X
M
L
[
p
a
i
n
t
i
n
s
X
m
l
,
"
C
h
i
l
d
r
e
n
"
]
;
p
a
r
s
e
d
〚
"
D
o
c
u
m
e
n
t
"
,
"
P
A
I
N
T
I
N
G
S
"
,
"
S
A
L
E
"
〛
/
/
D
a
t
a
s
e
t
O
u
t
[
2
]
=
T
I
T
L
E
A
R
T
I
S
T
Y
E
A
R
P
R
I
C
E
N
o
.
5
,
1
9
4
8
J
a
c
k
s
o
n
P
o
l
l
o
c
k
1
9
4
8
$
1
4
0
,
0
0
0
,
0
0
0
W
o
m
a
n
I
I
I
W
i
l
l
e
m
d
e
K
o
o
n
i
n
g
1
9
5
3
$
1
3
7
,
5
0
0
,
0
0
0
P
o
r
t
r
a
i
t
o
f
A
d
e
l
e
B
l
o
c
k
-
B
a
u
e
r
I
G
u
s
t
a
v
K
l
i
m
t
1
9
0
7
$
1
3
5
,
0
0
0
,
0
0
0
P
o
r
t
r
a
i
t
o
f
D
r
.
G
a
c
h
e
t
V
i
n
c
e
n
t
v
a
n
G
o
g
h
1
8
9
0
$
8
2
,
5
0
0
,
0
0
0
B
a
l
a
u
m
o
u
l
i
n
d
e
l
a
G
a
l
e
t
t
e
,
M
o
n
t
m
a
r
t
r
e
P
i
e
r
r
e
-
A
u
g
u
s
t
e
R
e
n
o
i
r
1
8
7
6
$
7
8
,
1
0
0
,
0
0
0
A list specification preserves the full document structure:
I
n
[
3
]
:
=
p
a
r
s
e
d
=
P
a
r
s
e
X
M
L
[
p
a
i
n
t
i
n
s
X
m
l
,
{
"
C
h
i
l
d
r
e
n
"
}
]
;
p
a
r
s
e
d
〚
"
D
o
c
u
m
e
n
t
"
,
"
C
h
i
l
d
r
e
n
"
,
"
P
A
I
N
T
I
N
G
S
"
,
"
C
h
i
l
d
r
e
n
"
,
"
S
A
L
E
"
,
A
l
l
,
"
C
h
i
l
d
r
e
n
"
〛
/
/
D
a
t
a
s
e
t
O
u
t
[
3
]
=
T
I
T
L
E
A
R
T
I
S
T
Y
E
A
R
P
R
I
C
E
C
h
i
l
d
r
e
n
C
h
i
l
d
r
e
n
C
h
i
l
d
r
e
n
C
h
i
l
d
r
e
n
N
o
.
5
,
1
9
4
8
J
a
c
k
s
o
n
P
o
l
l
o
c
k
1
9
4
8
$
1
4
0
,
0
0
0
,
0
0
0
W
o
m
a
n
I
I
I
W
i
l
l
e
m
d
e
K
o
o
n
i
n
g
1
9
5
3
$
1
3
7
,
5
0
0
,
0
0
0
P
o
r
t
r
a
i
t
o
f
A
d
e
l
e
B
l
o
c
k
-
B
a
u
e
r
I
G
u
s
t
a
v
K
l
i
m
t
1
9
0
7
$
1
3
5
,
0
0
0
,
0
0
0
P
o
r
t
r
a
i
t
o
f
D
r
.
G
a
c
h
e
t
V
i
n
c
e
n
t
v
a
n
G
o
g
h
1
8
9
0
$
8
2
,
5
0
0
,
0
0
0
B
a
l
a
u
m
o
u
l
i
n
d
e
l
a
G
a
l
e
t
t
e
,
M
o
n
t
m
a
r
t
r
e
P
i
e
r
r
e
-
A
u
g
u
s
t
e
R
e
n
o
i
r
1
8
7
6
$
7
8
,
1
0
0
,
0
0
0
A specification of multiple elements to include can be provided as the second argument:
I
n
[
4
]
:
=
p
a
r
s
e
d
=
P
a
r
s
e
X
M
L
[
p
a
i
n
t
i
n
s
X
m
l
,
{
"
C
h
i
l
d
r
e
n
"
,
"
U
R
N
"
}
]
;
p
a
r
s
e
d
〚
"
D
o
c
u
m
e
n
t
"
,
"
C
h
i
l
d
r
e
n
"
,
"
P
A
I
N
T
I
N
G
S
"
,
"
C
h
i
l
d
r
e
n
"
〛
/
/
D
a
t
a
s
e
t
O
u
t
[
4
]
=
C
h
i
l
d
r
e
n
U
R
N
T
I
T
L
E
A
R
T
I
S
T
Y
E
A
R
P
R
I
C
E
C
h
i
l
d
r
e
n
U
R
N
C
h
i
l
d
r
e
n
U
R
N
C
h
i
l
d
r
e
n
U
R
N
C
h
i
l
d
r
e
n
U
R
N
S
A
L
E
N
o
.
5
,
1
9
4
8
—
J
a
c
k
s
o
n
P
o
l
l
o
c
k
—
1
9
4
8
—
$
1
4
0
,
0
0
0
,
0
0
0
—
—
W
o
m
a
n
I
I
I
—
W
i
l
l
e
m
d
e
K
o
o
n
i
n
g
—
1
9
5
3
—
$
1
3
7
,
5
0
0
,
0
0
0
—
—
P
o
r
t
r
a
i
t
o
f
A
d
e
l
e
B
l
o
c
k
-
B
a
u
e
r
I
—
G
u
s
t
a
v
K
l
i
m
t
—
1
9
0
7
—
$
1
3
5
,
0
0
0
,
0
0
0
—
—
P
o
r
t
r
a
i
t
o
f
D
r
.
G
a
c
h
e
t
—
V
i
n
c
e
n
t
v
a
n
G
o
g
h
—
1
8
9
0
—
$
8
2
,
5
0
0
,
0
0
0
—
—
B
a
l
a
u
m
o
u
l
i
n
d
e
l
a
G
a
l
e
t
t
e
,
M
o
n
t
m
a
r
t
r
e
—
P
i
e
r
r
e
-
A
u
g
u
s
t
e
R
e
n
o
i
r
—
1
8
7
6
—
$
7
8
,
1
0
0
,
0
0
0
—
—
S
e
e
A
l
s
o
E
x
p
o
r
t
X
M
L
"
"