私は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
ありがとうございました