Hello!
I'm using XML2Map for XML parsing needs. There is an XML I need to parse, but it is a bit complex.
I need some help to parse it properly.
Here is a sample of it:
Thank you in advance!
I'm using XML2Map for XML parsing needs. There is an XML I need to parse, but it is a bit complex.
I need some help to parse it properly.
Here is a sample of it:
B4X:
<NewResponse>
<ExtResult rank="1" finalRank="0" type="0">
<NewItems>
<NewItem Id1="1" Id2="4259" flag="0" q1="0" q2="1" name="Typed string" lang="0"/>
</NewItems>
<Results>
<Result Id="0" number1="176.45" number2="250.84" number3="152" dist="0" resultType="1">
<NewString string="Area 1" stringType="1"/>
<NewString string="Area 2" stringType="5"/>
<NewString string="Area 3" stringType="4"/>
<NewString string="Area 4" stringType="3"/>
<NewString string="Area 5" stringType="2"/>
<NewString string="99990" stringType="7"/>
</Result>
<Result Id="0" number1="90.28" number2="453.23" number3="198" dist="0" resultType="1">
<NewString string="Area 6" stringType="1"/>
<NewString string="Area 7" stringType="5"/>
<NewString string="Area 8" stringType="4"/>
<NewString string="Area 9" stringType="3"/>
<NewString string="Area 0" stringType="2"/>
<NewString string="88888" stringType="7"/>
</Result>
</Results>
</ExtResult>
</NewResponse>
Last edited: