aiaiDBA

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

13718043309

010-86462881

LPX-00108: parameter-entity parenthetical cannot be split up

LPX-00108: parameter-entity parenthetical cannot be split up
Cause: Validity Constraint 3.2.1 failed: "Parameter-entity replacement text must be properly nested with parenthesized groups. For interoperability, if a parameter-entity reference appears in a choice, seq, or Mixed construct, its replacement text should not be empty, and neither the first nor last non-blank character of the replacement text should be a connector (| or ,). *Example: ]> Hello! *Explanation: The parenthetical content of the 'e' entity may not be split up into sections: both open and close parentheses must be in the same declaration.
Action: Correct the DTD.

请先 登录 后评论

1 个回答

小智
LPX-00108:参数实体括号不能拆分,
.原因:有效约束3.2.1失败:“参数 - 实体替换文本必须适当地嵌套在括号中,为了互操作性,如果参数实体引用出现在选项,seq或混合构造中,则其替换文本不应为空,而替换文本的第一个也不是最后一个非空白字符都不应该是连接器(|或,)。*示例:<?xml version =“1.0”?> <!DOCTYPE foo [<!ELEMENT greeting(#PCDATA )> <!ENTITY%e“(#PCDATA |”> <!ELEMENT foo%e; greeting)>]> Hello! *说明:'e'实体的括号内容可能不是分为几个部分:打开和关闭括号必须在相同的声明中。,
.操作:更正DTD。,
.
请先 登录 后评论