PHP XML DOM Uncaught exception 'DOMException' with message 'Wrong Document Error'
问题 I am trying to learn XML and I know this is a problem with not properly importing the Nodes. But I can't quite figure it out. I've been looking around and most people don't have multiple child elements like I do with the departments. Here is my XML structure: <SOT> <DEPARTMENT name="Aviation Technology" id="AT"> <EMPLOYEE type="Faculty"> <LOGIN>jdoe1</LOGIN> <NAME>John Doe</NAME> </EMPLOYEE> <EMPLOYEE type="Faculty"> <LOGIN>jdoe2</LOGIN> <NAME>Jane Doe</NAME> </EMPLOYEE> <EMPLOYEE type=