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
/
typecast2.xml
5 lines
•
113 B
text/xml
View Raw
1
2
3
4
5
<
root
>
<
str1
attr
=
"01"
>
02
</
str1
>
<
num1
attr
=
"aaa"
>
bbb
</
num1
>
<
num2
attr
=
"NaN"
>
Infinity
</
num2
>
</
root
>