colinmulberry
New Member
I am new to xml, so if someone could point me out to what is wrong here I would bevery glad.I am basically trying to validate a xml document in the form\[code\]<?xml version="1.1" encoding="UTF-8"?><tag1>foo</tag1><tag2>bar</tag2><tree> <moreStuffBelow></moreStuffBelow> <!-- // --></tree>\[/code\]and am getting these error messages from the W3C validator :\[code\]Errors found while checking this document as XML!document type does not allow element "tag2" heredocument type does not allow element "tree" here\[/code\]Thank you