如何在Python中将XML文件转换为类/对象结构?

发布于 2025-01-08 03:53:35 字数 143 浏览 1 评论 0原文

我想使用包含对象集合的 XML 文件(它是 GIS 应用程序的 GML 文件)作为我正在开发的模型中的输入。因此,我想将 XML 文件中的对象转换为真正的 Python 对象,以便我可以轻松使用它们。有没有一种简单的方法可以做到这一点,即将 XML 集合转换为对象数据库?

I want to use an XML file containing a collection of objects (it is a GML file for GIS applications) as input in models i am developping. Herefore, i want to transform the objects in my XML file into real Python objects so i can use them easily. Is there an easy way of doing this, i.e. transforming the XML collection into a database of objects ?

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

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

发布评论

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

评论(1

埋葬我深情 2025-01-15 03:53:35

你可以尝试generateDS。 generateDS 主页。我上次使用它是在几年前,当时它有一些限制——它无法处理一些有效的 xsd 功能。看起来从那时起它就一直在发展;这些限制可能已经消失,或者它们可能不适用于您的情况。

You might try generateDS. generateDS homepage. Last time I used it was a couple of years ago, and it had some limitations then---there were some valid xsd features that it would not handle. Looks like it has been evolving since then; those limitations may have disappeared, or they may not apply to your situation anyway.

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