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.
我正在做一个导入/导出 CDA 文档的项目。我在 ruby on rails 或 javascript 中找不到任何好的解析器/库来读取 CDA (XML) 并返回不同的部分。知道解决此问题的最佳方法是什么吗?
正如您自己所说:CDA 都是 XML。只需使用您最喜欢的 XML 库并使用 XPATH 来访问您感兴趣的元素/属性。