The error description is 'XML document must have a top level element.'.

  • 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

  • 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.

    _____________
    Code for TallyGenerator

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply