iOS:使用 XSD 进行 XML 验证
我想在 iOS 平台上使用 xsd 验证一些 xml 。我做了一些搜索,但没有找到任何东西。有人有我可以用来执行此操作的代码吗?
I would like to validate some xml with an xsd on the iOS platform. I have done some searches and not found anything. Anyone have any code i can use to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通用 XML 模式验证的成本很高,您是否考虑过使用 CodeSynthesis 之类的工具将 XSD 编译为代码?
Generic XML Schema validation is expensive, did you consider compiling the XSD into code using a tool like CodeSynthesis?