问题
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