我想在 DIV 中显示 XML 数据。我的xml代码如下:
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don’t forget me this weekend!</body>
</note>
Run Code Online (Sandbox Code Playgroud)
我希望它完全像在 div 中一样显示,所有行间距和 xml 标签都完全一样。
这可能吗?