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.
有没有人碰巧知道能够解析欧洲银行用于 SEPA 转账的 CAMT.05x(尤其是 .053)XML 文件的 Java 库?
谷歌在这里不会真正帮助我......
我可以在这里和这里找到 CAMT.053 的 XSD
如果你有 xsd,你应该能够使用 XJC 生成类,然后解组 xml。
还是我错过了什么?