24th September 2009
Debug XML Document with PHP
How to find out where is the problem with your XML document?
1. Fastest solution - isolate the problem:
Delete the first half of the XML.
If the error disappeared, place it back on and delete just the first half of this h...