[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[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!

8.0

Help traversing xml tree using Microsoft.XMLDOM

Asked by greddin in Active Server Pages (ASP), Visual Basic Programming, Extensible Markup Language (XML)

Tags: asp, tree

I would like to know how to traverse an xml file using the Microsoft.XMLDOM. Preferably done with vbscript classic asp. I have included a sample of my xml file below for you to see.

When the page loads I'd like to expand the current section. For example, here's a sample output for what the "Products" page menu would be.

Products
    TVs
    Stereos
    DVRs
    CD Players
Services
About Us

If the user clicks on the "Services" page then the menu's sample output would be:

Products
Services
    Installation
    Repair
About Us

And if the user clicked on About Us the sample output would be:

Products
Services
About Us
    Employment
    Contact Us

(Clicking Employment the output would be)

Products
Services
About Us
    Employment
        Upload Resume
        Job Openings
    Contact Us

<?xml version="1.0" encoding="utf-8"?>
<site href="index.htm" id="2" label="Home" level="0">
  <section href="Products/index.htm" id="3" label="Products" level="1">
    <section href="TVs/index.html" id="4" label="TVs" level="2"/>
    <section href="Stereos/index.html" id="5" label="Stereos" level="2"/>
    <section href="DVRs/index.html" id="6" label="DVRs" level="2"/>
    <section href="CDPlayers/index.html" id="10" label="CD Players" level="2"/>
  </section>
  <section href="Services/index.htm" id="12" label="Services" level="1">
    <section href="Installation/index.htm" id="13" label="Installation" level="2"/>
    <section href="Repair/index.htm" id="14" label="Repair" level="2"/>
  </section>
  <section href="AboutUs/index.htm" id="15" label="About Us" level="1">
    <section href="Employment/index.htm" id="16" label="Employment" level="2">
      <section href="Resume/index.htm" id="17" label="Upload Resume" level="3"/>
      <section href="Jobs/index.htm" id="18" label="Job Openings" level="3"/>
    </section>
    <section href="ContactUs/index.htm" id="19" label="Contact Us" level="2"/>
  </section>
</site>

I would appreciate your help,
-Greg
[+][-]05/31/07 10:52 PM, ID: 19193225Accepted Solution

View this solution now by starting your 30-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

Zones: Active Server Pages (ASP), Visual Basic Programming, Extensible Markup Language (XML)
Tags: asp, tree
Sign Up Now!
Solution Provided By: patingsadagat
Participating Experts: 1
Solution Grade: A
 
[+][-]06/01/07 06:56 AM, ID: 19194992Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

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

 
 
Loading Advertisement...
20091111-EE-VQP-92