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.
我正在使用 JIBX 从 Java 对象生成 xml。我希望在生成的 xml 中设置模式位置。我可以放置名称空间,但可以放置 schemaLocation。有人知道怎么做吗?
您应该能够将其作为输出文档的根元素上的属性值执行,如下所示:
<value name="schemaLocation" ns="http://www.w3.org/2001/XMLSchema" field="locationField"/>