aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

LSX-00016: schema and instance document have incompatible character sets

LSX-00016: schema and instance document have incompatible character sets
Cause: Parsed schema components were in a simple-type character set while the parsed instance document data was not. A simple-type character set is single-byte, not shift sensitive, and has no linguistic specials in use.
Action: Reinitialize the schema global context with appropriate parser context settings, i.e. pass a parser context with its output encoding set to be a multibyte or Unicode character set.

请先 登录 后评论

1 个回答

小智
LSX-00016:模式和实例文档具有不兼容的字符集,
.原因:解析的模式组件是一个简单类型的字符集,而解析的实例文档数据不是。一个简单的字符集是单字节的,而不是移位敏感的,并且没有使用任何语言特色。,
.操作:使用适当的解析器上下文设置重新初始化模式全局上下文,即将其输出编码设置为多字节或Unicode字符集的解析器上下文传递。,
.
请先 登录 后评论