read xml

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I read this XML? I have a page with text boxes that i want to read
these values in.


<TranslationRecords>

<TranslationRecord TrxID="1">

<ParameterCollection>

<Parameter KeyName="FielDelimiterChar" KeyValue="29" />

<Parameter KeyName="SegmentDelimiterChar" KeyValue="30" />

</ParameterCollection>

</TranslationRecord>

</TranslationRecords>

Thanks
 
There are several different ways to read attributes from XML. You should
direct this post to an XML newsgroup.
 
Back
Top