Link to home
Start Free TrialLog in
Avatar of ravindra333
ravindra333

asked on

How to find an attribute from xml in asp

Hi,
I have a Response XML.
Now I need to find one of the attributes data.

My XML Response is below.

"<?xml version=""1.0"" encoding=""UTF-8""?>
<Response>
<QuickResp>
<ProcStatus>05</ProcStatus>
<StatusMsg>Request does not adhere to the DTD. Please correct and send again.</StatusMsg>
</QuickResp>
</Response>"

From above Response XML I need to find data (i.e., 05) of "ProcStatus" attribute.
Can you please say me how to find it in classic asp?

ASKER CERTIFIED SOLUTION
Avatar of dan_neal
dan_neal
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial