Hi,

I have Dreamweaver CS3 with Spry Ext.:

I have an XML file which gets generated by an application from a form. I want
to publish the XML file on an HTML page yet keep it updating itself everytime
the XML file gets overwritten.

I attempted to work with Spry but did not know how to present the data in a
table on the HTML page.

The data looks like this:
<?xml version="1.0" ?>
<!DOCTYPE TABLE (View Source for full doctype...)>
- <TABLE name="survey">
- <RECORD>
<FIELD name="Get_to_site" type="TEXT">WM</FIELD>
<FIELD name="Info_found" type="TEXT">Yes</FIELD>
<FIELD name="Name" type="TEXT" />
<FIELD name="Organization:" type="TEXT" />
<FIELD name="Email" type="TEXT" />
<FIELD name="Country:" type="TEXT">AF</FIELD>
</RECORD>
- <RECORD>
<FIELD name="Get_to_site" type="TEXT">WM</FIELD>
<FIELD name="Info_found" type="TEXT">Yes</FIELD>
<FIELD name="Name" type="TEXT">Jim</FIELD>
<FIELD name="Organization:" type="TEXT">fhi</FIELD>
<FIELD name="Email" type="TEXT">jim@hotmail.com</FIELD>
<FIELD name="Country:" type="TEXT">BO</FIELD>
<FIELD name="Contact:" type="TEXT">No</FIELD>
</RECORD>
</TABLE>

I am obviously not experienced in the subject and could your assistance in
getting this setup.

Note: I have the Spry scripts installed at the root of the site but don't
know how to impliment posting the FIELDS in a table.

thanks.