aiaiDBA

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

13718043309

010-86462881

LPX-00101: parameter-entity markup cannot be split up

LPX-00101: parameter-entity markup cannot be split up
Cause: Validity Constraint 2.8 failed: "Parameter-entity replacement text must be properly nested with markup declarations." *Example: %e; greeting (#PCDATA)> ]> Hello! *Explanation: The parameter entity 'e' contains markup which may not be split up; the entire ELEMENT (or ATTLIST or ENTITY) definition must be present in one piece.
Action: Correct the document.

请先 登录 后评论

1 个回答

小智
LPX-00101:参数实体标记无法拆分,
.原因:有效约束2.8失败:“参数 - 实体替换文本必须使用标记声明正确嵌套”。*示例:<?xml version =“1.0”?> <!DOCTYPE greeting [<!ENTITY%e“<!ELEMENT”>%e; 问候(#PCDATA)>]> <问候>你好! *说明:参数实体'e'包含可能不会被拆分的标记; 整个ELEMENT(或ATTLIST或ENTITY)定义必须存在于一个部分中。,
.操作:更正文档。,
.
请先 登录 后评论