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-lists.xml
11 lines
(10 loc)
•
86 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
a
>
<
b
>
<
c
>
1
</
c
>
<
c
>
2
</
c
>
<
c
>
3
</
c
>
<
d
>
1
</
d
>
<
d
>
2
</
d
>
<
d
>
3
</
d
>
</
b
>
</
a
>