It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming Visual Basic Forum

how to classify xml using MSXML in vb

Moderator: dafunkymunky

how to classify xml using MSXML in vb

Postby anniecheng0816 on Wed Nov 05, 2008 1:48 pm

this is my xml file(school.xml), and I should classify it in vb, how to classify this xml using MSXML? I need detailed coding, becos I found a lot from internet but can not run.

<?xml version="1.0" encoding="utf-8" ?>

<school>
<grades>
<grade>
<level>K </level>
<student_count>
<boys>49 </boys>
<girls>41 </girls>
</student_count>
</grade>
<grade>
<level>1 </level>
<student_count>
<boys>29 </boys>
<girls>32 </girls>
</student_count>
</grade>
<grade>
<level>2 </level>
<student_count>
<boys>26 </boys>
<girls>31 </girls>
</student_count>
</grade>
</grades>
<principal>
<name>Dr. Hamilton </name>
<experience timein="years">
<time>14 </time>
</experience>
</principal>
<classrooms />
</school>
anniecheng0816
 
Posts: 5
Joined: Mon Oct 20, 2008 4:15 pm

Who is online

Users browsing this forum: No registered users and 2 guests