UNPKG
easyxml
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.2
1.1.0
1.0.0
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A configurable object to XML converter
github.com/tlhunter/node-easyxml
tlhunter/node-easyxml
easyxml
/
test
/
fixtures
/
unwrapArrays.xml
17 lines
(16 loc)
•
324 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<
response
>
<
many
>
One
</
many
>
<
many
>
Two
</
many
>
<
single
>
JustMe
</
single
>
<
deeper
>
<
many
>
<
one
id
=
"1"
>
Uno
</
one
>
</
many
>
<
many
>
<
two
id
=
"2"
>
Dos
</
two
>
</
many
>
<
single
>
<
three
id
=
"3"
>
Tres
</
three
>
</
single
>
</
deeper
>
</
response
>