Hallo Board,
also ich mache gerade die ersten Schritte mit XML mit Hilfe dieses Tutorials:
http://www.phpbuilder.com/columns/ad...s20060206.php3
Habe das Beispiel in die angehänge Datei gepackt.
Nun bekomme ich folgenden Fehler:
Warning: DOMDocument::load() [function.load]: attributes construct error in file:///xmltest/xml/library.xml, line: 1 in D:\xmltest\testxml.php on line 4
Warning: DOMDocument::load() [function.load]: Couldn't find end of Start Tag xml line 1 in file:///xmltest/xml/library.xml, line: 1 in D:\xmltest\testxml.php on line 4
Warning: DOMDocument::load() [function.load]: Extra content at the end of the document in file:///xmltest/xml/library.xml, line: 1 in D:\xmltest\testxml.php on line 4
Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\xmltest\testxml.php on line 10
Was habe ich falsch gemacht?
also ich mache gerade die ersten Schritte mit XML mit Hilfe dieses Tutorials:
http://www.phpbuilder.com/columns/ad...s20060206.php3
Habe das Beispiel in die angehänge Datei gepackt.
Nun bekomme ich folgenden Fehler:
Warning: DOMDocument::load() [function.load]: attributes construct error in file:///xmltest/xml/library.xml, line: 1 in D:\xmltest\testxml.php on line 4
Warning: DOMDocument::load() [function.load]: Couldn't find end of Start Tag xml line 1 in file:///xmltest/xml/library.xml, line: 1 in D:\xmltest\testxml.php on line 4
Warning: DOMDocument::load() [function.load]: Extra content at the end of the document in file:///xmltest/xml/library.xml, line: 1 in D:\xmltest\testxml.php on line 4
Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\xmltest\testxml.php on line 10
Was habe ich falsch gemacht?
Kommentar