|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, July 22, 2008 6:08 AM
Points: 1,
Visits: 5
|
|
I get the above error in sql. In my local everything works fine but after publishing when hosting in a server i get the error 'XML document must have a top level element.'. hope anyone give a quick reply
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 5:01 PM
Points: 4,540,
Visits: 8,184
|
|
Add top level element around your XML:
{MyXMLDoc} ... your XML here {/MyXMLDoc}
Sorry, I had to replace proper tag brackets with {} because otherwise site does not display it.
|
|
|
|