data request and display

wxdqz

New Member
hi there!

i'm new to xml, i only know the basics of it. been using it for 2 weeks now.

the scenario:

my current project requires me to access our affiliates data system using xml and display the gathered information on our site.

our affiliate gave us a request structure,
see below for example

request structure: <catalogID> depends on a user input.

"http://www.affiliatedomain.com/affiliate.jsp?xml=<parent>catalogID>111111</catalogID></parent>"

response stucture is:
<catalogs>
<catalogname>name</catalogname>
<cdID>111111</cd>
<cdName>My CD</cdName>
</catalogs>

the problem:

how will i display the gathered informations? and how will i declare the "request structure" in our site?
 
Back
Top