Hello,
i am looking for help i want to extract the innertext from a childnode in an xml file and put it in a listbox.
here is a part of the xml, i want to extract "2019401001503.geo" from the xml and put this in an listbox the xml files contains several of these "parts"
could someone help me?
in attachement the XML file
thank you in advance,
Dumon.xml
i am looking for help i want to extract the innertext from a childnode in an xml file and put it in a listbox.
here is a part of the xml, i want to extract "2019401001503.geo" from the xml and put this in an listbox the xml files contains several of these "parts"
could someone help me?
in attachement the XML file
thank you in advance,
Dumon.xml
Code:
<Part PartNo="2019401001503">
<Barcode>0300000698</Barcode>
<BasicMaterial>1.0038 SPZ</BasicMaterial>
<RawMaterial>SPZM0150---</RawMaterial>
<PartNoExt />
<Description>2019401001503</Description>
<DrawingNo />
<AreaUnit>m2</AreaUnit>
<CadFilePath>Artikel\600\698</CadFilePath>
<CadFileName>2019401001503.geo</CadFileName>
<ImageFilePath>Artikel\600\698</ImageFilePath>
<ImageFileName>FabGenerated_698.jpg</ImageFileName>
<WeightUnit>kg</WeightUnit>
<TotalQuantityInJob>1</TotalQuantityInJob>
<CuttingLengthPartUnit>mm</CuttingLengthPartUnit>
<Dimensions>
<Unit>mm</Unit>
<Length>2630.000</Length>
<Width>500.000</Width>
<Thickness>1.500</Thickness>
</Dimensions>
<Area>1.270</Area>
<Weight>0.000</Weight>
<TargetProcessingTimePerPiece>1.460</TargetProcessingTimePerPiece>
<CuttingLengthPart>7195.300</CuttingLengthPart>