Click here to Skip to main content
15,887,875 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This XML file does not appear to have any style information associated with it. The document tree is shown below.

XML
<Response>
<Errors>
<Error>
<ErrorId>XML0012</ErrorId>
<ErrorText>Premature end of file.</ErrorText>
</Error>
</Errors>
</Response>



Can you tell me what is this error means in xml?
Posted
Updated 25-Apr-10 23:38pm
v3

1 solution

Premature means before expected. If the file was XML, then I assume it was poorly formed and a closing tag was missing.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900