Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用python 2.7。
我想创建一个像 ms 项目创建的 xml 文件。我需要它(文件)将其导入 RadiantQ jQuery Gantt。
有什么建议么??谢谢你
我建议尝试MPXJ,如果您正在使用的平台允许 Python 和 Java 或 .Net 之间的互操作。
此处有类似的问题和答案,并对互操作性工具提出了一些建议。
python中有很多库可以处理xml文件。我个人使用过 ElementTree。以下链接是此摘要教程:
http://docs.python.org/2.7/library/xml.etree.elementtree.html#parsing-xml