J
Jole
Hi!
I'm using XML for the first time and I get stuck with that
I have XML file with next lines:
<Job Group="VS FAUFE" Name="100512677">
<Descriptors>
<Descriptor Group="Chip - Dickenklasse" Name="0,6 mm" />
<Descriptor Group="Bauform" Name="BF 0405" />
</Descriptors>
<Operations>
<Operation Name="DISPO" Number="6" PartGroup="KBVS D6" Part="Z62060B2231K310">
<Lots>
<Lot Name="100512677" Lotsize="31639" />
</Lots>
</Operation>
</Operations>
</Job>
And I dont know how to extract values 0,6 mm for Chip - Dickenklasse and
value BF 0405 for the Bauform...
I had try with examples that i found on internet but as I can see this XML
that i must parse is more complicated...
Can somebody help me with that?
Thanks
J.
I'm using XML for the first time and I get stuck with that
I have XML file with next lines:
<Job Group="VS FAUFE" Name="100512677">
<Descriptors>
<Descriptor Group="Chip - Dickenklasse" Name="0,6 mm" />
<Descriptor Group="Bauform" Name="BF 0405" />
</Descriptors>
<Operations>
<Operation Name="DISPO" Number="6" PartGroup="KBVS D6" Part="Z62060B2231K310">
<Lots>
<Lot Name="100512677" Lotsize="31639" />
</Lots>
</Operation>
</Operations>
</Job>
And I dont know how to extract values 0,6 mm for Chip - Dickenklasse and
value BF 0405 for the Bauform...
I had try with examples that i found on internet but as I can see this XML
that i must parse is more complicated...
Can somebody help me with that?
Thanks
J.