将 XML 作为树查看的工具?

发布于 2024-10-27 11:01:39 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

拔了角的鹿 2024-11-03 11:01:39

如果您有任何 XML/XSLT 技能,您可以将 XML 转换为 SVG。这个方法可以让你画出任何你想要的东西。请参阅此处的示例。获得 SVG 文件后,您可以将其上传到 Google 文档或在 Photoshop 中查看或嵌入 它在一个 html 文档中。

If you have any XML/XSLT skills you could transform your XML to SVG. This method would allow you to draw anything you want. See an example here. Once you have the SVG file you can upload it into Google docs or view it in Photoshop or embed it in an html document.

无言温柔 2024-11-03 11:01:39

Eclipse (IDE) www.eclipse.org

XML 编辑器还有一个设计视图。该视图具有以下特点:

  • 列表项

    XML 文件同时表示为表和树。这有助于使导航和编辑变得更加容易。

  • 可以直接在表格单元格中编辑内容和属性值,而树节点上的弹出菜单则提供对该位置有效的选项。例如,“添加子项”菜单项将仅列出 DTD 或 XML 架构中的那些元素,这些元素在此时将是有效的子项(只要语法约束处于启用状态)。

Eclipse (IDE) www.eclipse.org

The XML editor also has a Design view. This view has the following features:

  • List item

    The XML file is represented simultaneously as a table and a tree. This helps make navigation and editing easier.

  • Content and attribute values can be edited directly in the table cells, while pop-up menus on the tree nodes give alternatives that are valid for that location. For example, the Add Child menu item will list only those elements from a DTD or XML schema which would be valid children at that point (as long as grammar constraints are on).
心凉怎暖 2024-11-03 11:01:39

看看 JUNG,http://jung.sourceforge.net/。我使用该工具包创建了一个 XPath 可视化工具,这很有趣。不过,不记得是否有现成的 XML 树示例。

Take a look at JUNG, http://jung.sourceforge.net/. I've used that toolkit to create an XPath visualizer, which was kind of fun. Don't remember if there was a ready XML to tree example, or not, though.

凉月流沐 2024-11-03 11:01:39

XML Spy 很好,但它不是免费的。

您可以在任何浏览器中打开 XML 并查看它呈现为层次结构的情况。

XML Spy would be good, but it's not free.

You can open XML in any browser and see it rendered as a hierarchy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文