23
Views
5
Comments
Solved
Not able to open the .xml file inĀ  browser(IE11)
Question

Hi,

       I am generating .xml file using RecordListToXml, and then downloading the file. but when i am trying to open it in EI11, I cant see the Data.





Thanks

Rajendra Singh

Extraction2.xml
2019-11-12 17-31-26
Justin James
Ā 
MVP
Solution

It's not valid XML... there's no XML document tag at the beginning. That may be part of the problem.

J.Ja

2020-05-29 14-07-58
Rajendra Singh

Justin James wrote:

It's not valid XML... there's no XML document tag at the beginning. That may be part of the problem.

J.Ja

thanks Justin james,

  i need to check, but i m doing nothing just passing the record list to the RecordListToXml.


2019-11-12 17-31-26
Justin James
Ā 
MVP

What does it look like in a text editor?

J.Ja

2020-05-29 14-07-58
Rajendra Singh

Justin James wrote:

What does it look like in a text editor?

J.Ja

Hi, i have attached the .xml file. in notepad it looks ok.


2019-11-12 17-31-26
Justin James
Ā 
MVP
Solution

It's not valid XML... there's no XML document tag at the beginning. That may be part of the problem.

J.Ja

2020-05-29 14-07-58
Rajendra Singh

Justin James wrote:

It's not valid XML... there's no XML document tag at the beginning. That may be part of the problem.

J.Ja

thanks Justin james,

  i need to check, but i m doing nothing just passing the record list to the RecordListToXml.


2020-05-29 14-07-58
Rajendra Singh

Thanks Justin James, i need to Serialize the Record list before passing to RecordListToXml.




Thanks 

Rajendra Singh

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.