D
Dario de Judicibus
I am trying to generate an XML file to be shown in IE by javascript. My code
looks like
top.x = window.open('','MyXML') ;
top.x.document.write('<?xml version="1.0" encoding="ISO-8859-1" ?>') ;
top.x.document.write('<myxml>') ;
// all the other write's
top.x.document.write('</myxml>') ;
I expected to see it ans I see any XML file in IE ( tree view ), but I don't
Why?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Dario de Judicibus
http://www.dejudicibus.it/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
looks like
top.x = window.open('','MyXML') ;
top.x.document.write('<?xml version="1.0" encoding="ISO-8859-1" ?>') ;
top.x.document.write('<myxml>') ;
// all the other write's
top.x.document.write('</myxml>') ;
I expected to see it ans I see any XML file in IE ( tree view ), but I don't
Why?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dr. Dario de Judicibus
http://www.dejudicibus.it/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~