Xml repeated element:
The nodes name of the xml file that must be inserted in the database. The extension will insert a record each node with this name. In this field you will see only the elements node at the first level in your xml file.
This option is not disponible in Dw 8 or minus versions
Xml date format:
Define the date format of the xml fields. The extension use this parameter to convert in a date the value read from the xml file.
The recordset will return a standard date field.
The format available are:
DD/MM/YYYY - DD-MM-YYYY
MM/DD/YYYY - MM-DD-YYYY
YYYY/MM/DD - YYYY-MM-DD
YYYYMMDD
Now the date extension support 2 new date format like :
Sun, 12 Nov 2009 10:05:03 GMT+
and
2010-01-01T23:42:28.883-08:00
(this are the format date used in the Rss feed)
Fields:
The list of the node in your xml file. When you choose the file path or the file url in the main folder you must click on the GetSchema button and the extension read the xml file and insert the list of node in this field.
Each row will be a record in the recordset.
The extension support also CDATE xml fields.
ONLY For Dreamweaver 8 or minus versions
the Xml file structure must be like this image
Format:
By default the fields data is defined in TEXT but you can change to give the right data format. To change the data format simple select the field in the fields list and with the format combo select the data format.
The available format are: Text - Date - Numeric - Boolean
The recordset will return the fields with the format you choose.