Get particular value in XML using VB - TechRepublic
General discussion
October 19, 2000 at 08:47 PM
dwtk9

Get particular value in XML using VB

by dwtk9 . Updated 25 years, 6 months ago

Hi I currently have the following XML Document.



Lot1

Pallet1
PartNo1
WorkWeek1



I have a element Lot as seen below I would like to just get the values ‘LOT1’. When I run methods like objNode.nodetypedvalue on the objNode I then get all the values under Lot element. Take note that I will be having more lots later. Thanks

This discussion is locked

All Comments