XML Parsing Where xml tag is having attribute and value

fitnesst

New Member
I need help. I have to fetch values from a xml file. My XML is of following type.\[code\]<CREDIT_SUMMARY BorrowerID="Borrower" _Name="TransUnionCreditSummaryDescription"> <_DATA_SET _Name="SummaryType" _Value="http://stackoverflow.com/questions/11117520/R"></_DATA_SET> <_DATA_SET _Name="HighCredit" _Value="http://stackoverflow.com/questions/11117520/5128"></_DATA_SET> <_DATA_SET _Name="CreditLimit" _Value="http://stackoverflow.com/questions/11117520/23600"></_DATA_SET> <_DATA_SET _Name="Balance" _Value="http://stackoverflow.com/questions/11117520/13364"></_DATA_SET> <_DATA_SET _Name="AmountPastDue" _Value="http://stackoverflow.com/questions/11117520/0"></_DATA_SET> <_DATA_SET _Name="MonthlyPayment" _Value="http://stackoverflow.com/questions/11117520/148"></_DATA_SET> <_DATA_SET _Name="PercentOfCreditAvailable" _Value="http://stackoverflow.com/questions/11117520/43"></_DATA_SET> <_Text>TransUnion Credit Summary: Revolving or Check Credit Accounts</_Text></CREDIT_SUMMARY>\[/code\]I have to get the value of _Name and _Value which is inside of the xml tag.Thanks,
 
Back
Top