使用nodeJS

时间:2015-07-16 09:07:47

标签: json xml node.js wordpress

我想阅读带有nodejs的Wordpress导出XML到JSON。 完成数据操作后,我想将其导入Wordpress。所以我需要将json转换为XML。

我尝试了不同的npm脚本,但没有开箱即用。

我已阅读使用

的Wordpress文档
  

此格式称为WordPress eXtended RSS或WXR文件

那么我该如何解决这个问题?

我以前尝试过的例子。

var oldprice = req.files['oldprice'].buffer.toString();
var json = xml2json.toJson(oldprice);
console.log(json);

1 个答案:

答案 0 :(得分:0)

使用此lib。不知道它不会与其他人合作...... https://github.com/Leonidas-from-XIV/node-xml2js