Advertisement

01.22.2001 at 07:28PM PST, ID: 20053727
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

XML Problem in Windows 2000

Asked by senthil_vivek in Active Server Pages (ASP)

Tags: , ,

hello friends,

i have written a code in asp by using the microsoft.xmldom object. i have loaded the xml file into the object. the problem is that when i give virtual path ie (http:/localhost/sample.xml) then the object fails to load the xml file in case of windows 2000 but it works fine with winnt. Can anyone find me a solution for this problem?

Code:
This code fails to work in windows 2000 but works fine with winnt 4.0

<%
set xml=server.createobject("microsoft.xmldom")
xml.async=false

response.write xml.load("http://localhost/movies.xml")
response.write "<br>" & xml.xml
%>


This code works fine with both windows 2000 and winnt 4.0

<%
set xml=server.createobject("microsoft.xmldom")
xml.async=false

xml.load("f:\senthil\movies.xml")
response.write "<br>" & xml.xml
%>

Please help me out.
Start Free Trial
[+][-]01.23.2001 at 05:20AM PST, ID: 169817

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Active Server Pages (ASP)
Tags: path, virtual, fails
Sign Up Now!
Solution Provided By: eladr
Participating Experts: 3
Solution Grade: A
 
 
[+][-]03.23.2003 at 09:28PM PST, ID: 8193013

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.30.2003 at 11:06AM PST, ID: 8234554

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32