Can someone help on how go i extract all the RefID? And what correct datatype will i use? Here's XML below:
<?xml version="1.0" encoding="UTF-8"?>
<Query xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="OutputQuery">
<OutputOption>
<RefId>
<long>9474841</long>
<long>9436906</long>
<long>9506794</long>
</RefId>
</OutputOption>
</Query>
Output:
RefID
-----
9474841
9436906
9506794