Xml“查看器”对于 MAC - 显示“without”标签...只需要内容
我在 google 上尝试了很多次来找到一个 XML 查看器,它只显示内容而不显示元标记。但我没能找到。有人可以推荐一些适用于 mac OSX 的免费 XML 查看器吗?
我想要这样的东西...
输入:
<Name> MR.X </Name>
输出:
Name MR.X
I tried a lot in google to find a XML viewer,which only display the content not the meta tags.But i failed to find one.Can any one suggest some free XML viewers for mac OSX?
I want some thing like this...
Input:
<Name> MR.X </Name>
Output:
Name MR.X
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,你可以将你提供的 xml 文件放到 Safari 或 Chrome 上,它会去除标签,但不幸的是不会有换行符。 Firefox 有一个漂亮的可折叠树视图。您可以使用此插件向 Safari 添加类似的视图: http://www.entropy.ch/ software/macosx/xmlviewplugin/
如果您确实需要相同的输出,我会添加一点点 xslt,它将把 xml 转换为您想要的任何内容。我最喜欢的 xslt 工具是 http://www.entropy.ch/software/macosx/#测试xslt
然后,您可以在任何现代浏览器或 TextXSLT 中查看转换。
HTH,J
Well you can drop your provided xml file on Safari or Chrome and it will strip tags, but unfortunately there will be no line breaks. Firefox has a nice collapsible tree view. You can add a similar view to Safari with this plugin: http://www.entropy.ch/software/macosx/xmlviewplugin/
If you really need that identical output, I would add a tiny little bit of xslt, which will transform the xml to whatever you want. My favourite tool for doing xslt is http://www.entropy.ch/software/macosx/#testxslt
You can then view the transform in any modern browser, or in TextXSLT.
HTH, J