Hi I currently have the following XML Document.
–
–
Lot1
–
Pallet1
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