Why am I getting this error about XML Declaration?

reefblox

New Member
\[code\]This page contains the following errors: error on line 1 at column 6: XML declaration allowed only at the start of the document\[/code\]This is what Google Chrome is showing me when the XML data is this:\[code\] <?xml version="1.0" encoding="UTF-8"?> <tbl Src="http://stackoverflow.com/questions/13730460/JD-API"> <cols> <col ID="0"Nam="ID" Typ="3" Wid="50" /> <col ID="1"Nam="Text" Typ="1" Wid="50" /> </cols> <rows> </rows> </tbl>\[/code\]Why is it telling me this and what does it mean?
 
Back
Top