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.
我在我的 ios 项目中使用 libxml。
我使用模式 XML 验证 XML 文档,一切顺利,酷!
我正在使用: int error = xmlSchemaValidateDoc(validityContext, doc);
我的问题是:这个错误(int)没关系,但是我的控制台向我显示了一条非常有趣的错误消息!有没有办法拦截这个消息?
非常感谢 !
libxml中有xmlSchemaSetValidErrors。收到消息很有用!