aiaiDBA

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

13718043309

010-86462881

LPX-00282: document cannot have both internal/external and shared DTDs

LPX-00282: document cannot have both internal/external and shared DTDs
Cause: A parser context which had a shared DTD set was used to parse a document which also contained a DTD. You cannot use both a shared DTD and and internal/external one.
Action: If a shared DTD is to be used, then the documents parsed must not contain or reference a DTD.

请先 登录 后评论

1 个回答

小智
LPX-00282:文档不能同时具有内部/外部和共享的DTD,
.原因:具有共享DTD集合的解析器上下文用于解析也包含DTD的文档。您不能同时使用共享DTD和内部/外部DTD。,
.操作:如果要使用共享DTD,则解析的文档不能包含或引用DTD。,
.
请先 登录 后评论