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.
我需要一个软件来解析 XMI 文档。.NET 应该能够处理输出。请告诉我有用的相关软件。
也许将 xmi xsd输入 xsd.exe,然后将生成的模型与 XmlSerializer 一起使用?任务完成?