UNPKG
xml-decoder
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
another xml reader with build in transformations
github.com/icukeng/xml-decoder
xml-decoder
/
__tests__
/
fixtures
/
simple-struct.xml
20 lines
(19 loc)
•
285 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<
root
>
<
empty1
/>
<
empty2
>
</
empty2
>
<
nonempty
>
ne1
</
nonempty
>
<
parent1
>
1
<
foo
/>
2
</
parent1
>
<
parent2
attr1
=
"a"
attr2
=
"b"
>
<
child1
>
child1val
</
child1
>
<
child2
a
=
"a"
>
child2val
</
child2
>
<
ch31
>
<
ch311
>
<
ch3111
>
aaa
</
ch3111
>
</
ch311
>
</
ch31
>
</
parent2
>
</
root
>