UNPKG
xmlify
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.1.1
0.1.0
JavaScript/JSON/MongoDb/Mongoose to XML conversion
github.com/chrisveness/xmlify
chrisveness/xmlify
xmlify
/
test
/
tests
/
mongo-book.xml
10 lines
(9 loc)
•
308 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
<?xml version=
"1.0"
encoding=
"UTF-8"
?>
<
book
id
=
"123456789"
>
<
title
>
MongoDB: The Definitive Guide
</
title
>
<
author
>
Kristina Chodorow
</
author
>
<
author
>
Mike Dirolf
</
author
>
<
published_date
>
2010-09-24T00:00:00.000Z
</
published_date
>
<
pages
>
216
</
pages
>
<
language
>
English
</
language
>
</
book
>