G
Guest
How do I read the attributes of this XML? I have a page with text boxes that
i want to read
these values in. notice there are 2 Parameter tags with the same attributes.
Code would help
<TranslationRecords>
<TranslationRecord TrxID="1">
<ParameterCollection>
<Parameter KeyName="FielDelimiterChar" KeyValue="29" />
<Parameter KeyName="SegmentDelimiterChar" KeyValue="30" />
</ParameterCollection>
</TranslationRecord>
</TranslationRecords>
Thanks
i want to read
these values in. notice there are 2 Parameter tags with the same attributes.
Code would help
<TranslationRecords>
<TranslationRecord TrxID="1">
<ParameterCollection>
<Parameter KeyName="FielDelimiterChar" KeyValue="29" />
<Parameter KeyName="SegmentDelimiterChar" KeyValue="30" />
</ParameterCollection>
</TranslationRecord>
</TranslationRecords>
Thanks