The shipping system process all the data and then store the complete result into a variable "xmlString" and then send it to me.
So, I actually need to fetch the "WEIGHT" from "xmlString" variable and xmlString variable contains
<?xml version="1.0"?><version>2.0.0.0</version><shipmentID>88889</shipmentID><origination><name>Zeeshan Ahmed</name><weight unit="LB">3.0</weight><dimensions unit="IN"><length>1.0</length>
|