I'm a newbie to xml. Here's my situation.
I have a dealer seach i'm trying to get working. The company provided the link:
and example of parameters being passed:
Parameter:new_search value:y
Parameter:site_name value
arts+Unlimited (for Parts Unlimited Dealers)
value
rag+Specialties (for Drag Specialties dealers)
Parameter:zip_code value:YOUR ZIPCODE
Parameter:distance value:YOUR DISTANCE
Sample:
search=y&site_name=Parts+Unlimited&zip_code=90210&distance=30
<
_search=y&site_name=Parts+Unlimited&zip_code=90210&
amp;distance=30>
Well, I have a form to enter the parameters and it's getting the the xml page coming back to me with all the data and I can't seem to parse it correctly.
Here's what I have so far:
any help would gladly be appreciated.
Thanks,
Scott
I have a dealer seach i'm trying to get working. The company provided the link:
and example of parameters being passed:
Parameter:new_search value:y
Parameter:site_name value
value
Parameter:zip_code value:YOUR ZIPCODE
Parameter:distance value:YOUR DISTANCE
Sample:
search=y&site_name=Parts+Unlimited&zip_code=90210&distance=30
<
_search=y&site_name=Parts+Unlimited&zip_code=90210&
amp;distance=30>
Well, I have a form to enter the parameters and it's getting the the xml page coming back to me with all the data and I can't seem to parse it correctly.
Here's what I have so far:
any help would gladly be appreciated.
Thanks,
Scott