aiaiDBA

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

13718043309

010-86462881

LPX-00014: context is not clean

LPX-00014: context is not clean
Cause: An operation was performed on a context that has already been used (so is not "clean").
Action: Some functions must be performed on a newly initialized context before being used for parsing. For example, setting a shared DTD. Change the code and do the call before parsing.

请先 登录 后评论

1 个回答

小智
LPX-00014:上下文不干净,
.原因:对已经使用的上下文执行了操作(因此不是“干净”)。,
.操作:在用于解析之前,必须在新初始化的上下文中执行某些功能。例如,设置共享DTD。在解析前更改代码并执行调用。,
.
请先 登录 后评论