Are there any other frameworks that parse XSD other than XSOM?

…衆ロ難τιáo~ 提交于 2019-12-22 08:13:44

问题


I have a requirement to verify if the constraints imposed by the XSD are in sync with the constraints enforced by the database. I am wondering if there are other frameworks that can help me in this regard other than XSOM.

Regards


回答1:


Yes, the eclipse XSD project is quite good for this too. Any code you write against it can be used outside eclipse.




回答2:


Another library to consider is Apache XmlSchema. You can use it to read a schema for analysis or modification and XmlSchema can also be used to create a new schema from scratch.



来源:https://stackoverflow.com/questions/6665900/are-there-any-other-frameworks-that-parse-xsd-other-than-xsom

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!