Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading ASP generated XML 1

Status
Not open for further replies.

silversurfer

Programmer
Nov 8, 2000
19
0
0
GB
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!





 
silversurfer,

> Could it be that the linebreaks are important, or do I miss something else?

My guess would be that it is something else. Even if the line breaks were a problem the data should still arrive and a parse error would be generated.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top