You really would find this much easier if you used XmlSearch() - that would let you retrieve the <row>s as an array.

I think this will work:
        rows = XmlSearch(aTDWDoc,"product_multimedia/row");

Then you can just loop over rows as an array.

On Feb 2, 2004, at 10:40 AM, Claude Raiola wrote:
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>


---
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