XML File Error

C

Carrie

I have a form posted on a Sharepoint site. The XML file is attached when the
users submit the data via email. I'm having issues opening the XML files
submitted. I'm getting an error message saying that the files are not valid
XML files. When I open the files in Visual Studio, I can see where the
fields aren't being closed. For example, I see the <my:group4> entry, but not
the </my:group4> entry. I can fix the file by manually closing all the
fields. The problem seems to begin with a repeating table I have and only
when there is more than one entry entered. Does anybody know how to
troubleshoot this problem?

Thanks,

Carrie
 
S

Shiva (GGK Tech)

Hello,

While submiting the form are you inserting any node in any place? Can you
check once inserting node without ending tag of ‘</my:group4>’?

Check it once in template.xml file also ‘‘</my:group4>†ending tab is
available or not?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top