I need to get the name and value and context ref for all the fields under the tag ix:nonfraction
which looks like this:
<ix:nonfraction name="uk-gaap:TangibleFixedAssets" contextref="FY1.END" unitref="GBP" xmlns:uk-gaap="http://www.xbrl.org/uk/gaap/core/2009-09-01" decimals="0" format="ixt:numcommadot">238,011</ix:nonfraction>
.
with the output needed as :
TangibleFixedAssets, FY1.end, 238,011
the string that the regex will have to search through contains many of these tags so would there be a way of keeping all the 3 outputs concatenated (or within the same index of the list)?
out: