silversurfer
Programmer
Thanks for all the help so far, I am (slowly) getting somewhere
I have got a html page which reads data from an xml page.
To load the page i use the following line
xmldso_list.XMLDocument.load("data.xml"
Now I want to create the data.xml page with ASP, so I did an asp page which outputs an xml like code (but without line breaks)
But if I call that page with above code line, no data arrives at my html page.
Could it be that the linebreaks are important, or do I miss something else?
Your help is much appreciated!
I have got a html page which reads data from an xml page.
To load the page i use the following line
xmldso_list.XMLDocument.load("data.xml"
Now I want to create the data.xml page with ASP, so I did an asp page which outputs an xml like code (but without line breaks)
But if I call that page with above code line, no data arrives at my html page.
Could it be that the linebreaks are important, or do I miss something else?
Your help is much appreciated!