我是 xml 的新手,所以如果有人能指出我这里出了什么问题,我会很高兴。
我基本上是在尝试验证表单中的 xml 文档
<?xml version="1.1" encoding="UTF-8"?>
<tag1>foo</tag1>
<tag2>bar</tag2>
<tree>
<moreStuffBelow></moreStuffBelow>
<!-- // -->
</tree>
并从 W3C 验证器收到这些错误消息:
Errors found while checking this document as XML!
document type does not allow element "tag2" here
document type does not allow element "tree" here
谢谢