This code:
 
<cfset prodn = QuerySetCell(get_product, "image",aTDWDoc.atdw_data_results.product_distribution[i].product_multimedia.row.server_path.XmlText, i)>
 
successfully references the appropriate server_path value contained within the first row set as per the xml below.
 
what modifications do I need to make to the above code in order to successfully reference the server_path value that is contained within the second row set below
 
<aTDWDoc.atdw_data_results.product_distribution>
  <product_multimedia>l<row>
            <market_variant_id>9000001</market_variant_id>
            <multimedia_id>9009448</multimedia_id>
            <authored_date>2003-07-31</authored_date>
            <server_path>http://national.atdw.com.au/multimedia/tq/549975_1.jpg</server_path>
           </row>
          <row>
            <market_variant_id>9000001</market_variant_id>
            <multimedia_id>9009449</multimedia_id>
            <authored_date>2003-07-31</authored_date>
            <server_path>http://national.atdw.com.au/multimedia/tq/549975_2.jpg</server_path>
         </row>
  </product_multimedia>
</aTDWDoc.atdw_data_results.product_distribution>


Kind Regards

 

Claude Raiola (Director)
AustralianAccommodation.com Pty. Ltd.
Mobile: 0414 228 948
Fax: 07 3319 6444
Websites:
     www.AustralianAccommodation.com
     www.AccommodationNewZealand.com
     www.HospitalityPurchasing.net

 
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to