aiaiDBA

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

13718043309

010-86462881

LPX-00100: root element "~1S" does not match DTD root "~2S"

LPX-00100: root element "~1S" does not match DTD root "~2S"
Cause: Validity Constraint 2.8 failed: "The Name in the document type declaration must match the element type of the root element." *Example: ]> Hello! *Explanation: The document's root element, salutation, does not match the root element declared in the DTD (greeting).
Action: Correct the document.

请先 登录 后评论

1 个回答

小智
LPX-00100:根元素“?1S”与DTD根“?2S”不匹配,
.原因:有效约束2.8失败:“文档类型声明中的名称必须与根元素的元素类型相匹配”。*示例:<?xml version =“1.0”?> <!DOCTYPE greeting [<!ELEMENT greeting(#PCDATA)>]> Hello! *说明:文档的根元素,称呼,匹配在DTD(greeting)中声明的根元素。,
.操作:更正文档。,
.
请先 登录 后评论