borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (How to draw 2D Donut (Doughnut) slice or segment in VB6)Next Topic (Detecting Unload) New Topic New Poll Post Reply
AndreaVB Forum : VB General : To read xml files
Poster Message
gcg27
Level: Trainee

Registered: 17-11-2005
Posts: 2

icon To read xml files

Hi.
Can anybody help me.

I need to read xmls files. I have download some software but I can get some data.

For example If I have,
<Conceptos>
<Concepto>
  <cantidad>uno</cantidad>
</Concepto>
<Concepto>
  <cantidad>dos</cantidad>
</Concepto>
</Conceptos>
I can get uno and dos


but If I have,
<Conceptos>
<Concepto cantidad ="uno">
</Concepto>
<Concepto cantidad ="dos">
</Concepto>
</Conceptos>
I can not get the data uno and dos

The browser can read both files, and its supposed that is the same


Thanks

17-11-2005 at 07:10 PM
View Profile Send Email to User Show All Posts | Quote Reply
Dave Green
Level: Professor


Registered: 20-10-2005
Posts: 90
icon Re: To read xml files

Hi
Are you using the Microsoft XML object library in VB to get these results?

Dave

____________________________
While Breath.Count>0
       Live(gbRelax)
Wend

17-11-2005 at 08:22 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB General : To read xml files
Previous Topic (How to draw 2D Donut (Doughnut) slice or segment in VB6)Next Topic (Detecting Unload) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder