xmlify
Version:
JavaScript/JSON/MongoDb/Mongoose to XML conversion
21 lines (20 loc) • 543 B
text/xml
<blog id="54551d0b660186630b790db0">
<title>My Blog</title>
<author>Me</author>
<body>Lots of interesting stuff to read</body>
<comments>
<body>Nice blog</body>
<date>2014-11-02T00:00:00.000Z</date>
</comments>
<comments>
<body>Bit short</body>
<date>2014-11-03T00:00:00.000Z</date>
</comments>
<date>2014-11-01T00:00:00.000Z</date>
<hidden>false</hidden>
<meta>
<votes>9</votes>
<favs>99</favs>
</meta>
</blog>