gcg27 Level: Trainee
 Registered: 17-11-2005 Posts: 2
|
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
|