Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why am I getting this error about XML Declaration?

This page contains the following errors: error on line 1 at column 6: XML declaration allowed only at the start of the document

This is what Google Chrome is showing me when the XML data is this:

  <?xml version="1.0" encoding="UTF-8"?>
  <tbl Src="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>

Why is it telling me this and what does it mean?

like image 226
Jerry Dodge Avatar asked Aug 27 '26 21:08

Jerry Dodge


1 Answers

Remove the leading whitespace before the <?xml declaration.

like image 168
SLaks Avatar answered Aug 30 '26 10:08

SLaks



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!