如何使用angularjs

时间:2015-12-07 11:22:48

标签: angularjs json xml plugins

我正在使用angularjs应用程序,我需要解析我的应用程序中的xml文件,其中包含HTML样式属性。 使用xml2json和X2JS插件来转换数据,同时使用插件将所有数据转换为json,包括HTML样式。 如果有人遇到这个问题,请提出一些想法来纠正我的问题。 任何帮助都会很感激。

以下是示例代码

<?xml version='1.0' encoding='UTF-8' ?>
<test>
<datas>
<data>This is my sample <b> xml </b> file</data>
<data>This is the second line of the <p style="text-align:justify">content</p></data>
<data>This is <span style="font-size: 12px"> third line </span></data>
</datas>
</test>

0 个答案:

没有答案