aiaiDBA

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

13718043309

010-86462881

LPX-00103: document structure does not match DTD

LPX-00103: document structure does not match DTD
Cause: Validity Constraint 3 failed: "An element is valid if there is a declaration matching elementdecl where the Name matches the element type, and one of the following holds:
* The declaration matches EMPTY and the element has no content

* The declaration matches children and the sequence of child elements belongs to the language generated by the regular expression in the content model, with optional white space (characters matching the nonterminal S) between each pair of child elements.

* The declaration matches Mixed and the content consists of character data and child elements whose types match names in the content model.

* The declaration matches ANY, and the types of any child elements have been declared."

Action: Correct the document.

请先 登录 后评论

1 个回答

小智
LPX-00103:文档结构与DTD不匹配,
.原因:有效性约束3失败:“如果有一个声明与elementdecl匹配,其中Name与元素类型匹配,则其中一个元素有效:,
.*声明与EMPTY匹配,元素没有内容,
.,
.*声明与孩子相匹配,子元素的序列属于内容模型中由正则表达式生成的语言,每个子元素之间具有可选的空格(与非终结符S匹配的字符)。,
.,
.*声明匹配混合,内容由字符数据和类型与内容模型中的名称匹配的子元素组成。,
.,
.*声明与ANY相匹配,所有子元素的类型都已被声明。,
.,
.操作:更正文档。,
.
请先 登录 后评论