Fetch the data from the xml document

                    var cartonsTag = xmlMod.XPath.select({
                          node: xmlObj,
                          xpath: '//carton'
                     })
                    var labelId = cartonsTag[k].getElementsByTagName({
                        tagName: 'label_id'
                    })[0].textContent

Leave a comment

Your email address will not be published. Required fields are marked *