Strict parse error

N

Nilay Kothari

hi all,
i have written a program that generates the excel file from xml file data.
when i change data in the generated excel file it displays an error called
"Strict Parse Error".

how do i resolve that?

thanks
nilay
 
A

amanda.toren

Hello
Certain characters are not allowed in xml documents ( < > & ) come to mind. Do you remember what text you entered? An illegal character or deleting part of an opening or close tag will mess up the parsing of the document.

----- Original Message -----
hi all,
i have written a program that generates the excel file from xml file data.
when i change data in the generated excel file it displays an error called
"Strict Parse Error".

how do i resolve that?

thanks
nilay
 
N

Nilay Kothari

Hi ,
thanx for the reply. but i am looking for something else. i already have
generated excel sheet from xml withought any error. so generation is not a
problem. but after generation if i change data in the excel sheet then it
gives me this error.

i hope this helps.
thanx again
nilay
 

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