Custom Web Publishing Guide

Table Of Contents
34 FileMaker Server Advanced Custom Web Publishing Guide
<METADATA>
<FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Title" TYPE="TEXT"/>
<FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Artist" TYPE="TEXT"/>
<FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="artlocation::Location" TYPE="TEXT"/>
<FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="artlocation::Date" TYPE="DATE"/>
<FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="Style" TYPE="TEXT"/>
<FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="length" TYPE="NUMBER"/>
</METADATA>
<RESULTSET FOUND="1">
<ROW MODID="2" RECORDID="2">
<COL>
<DATA>The Dancers in Blue</DATA>
</COL>
<COL>
<DATA>Edgar Degas</DATA>
</COL>
<COL>
<DATA>Study</DATA>
</COL>
<COL>
<DATA>01/08/1979</DATA>
</COL>
<COL>
<DATA>Impressionist</DATA>
</COL>
<COL>
<DATA>19</DATA>
</COL>
</ROW>
</RESULTSET>
</FMPXMLRESULT>
The order of the <COL> elements corresponds with the order of the <FIELD> elements in the <METADATA>
element—for example, where the “Title” and “Artist” fields are listed in the
<METADATA> element, “Village
Market” and then “Camille Pissarro” are listed in the same order in the
<RESULTSET> and <ROW> elements.
Description of elements in the FMPXMLLAYOUT grammar
In the FMPXMLLAYOUT grammar, the <LAYOUT> element contains the name of the layout, the name of the
database, and
<FIELD> elements for each field found in the corresponding layout in the database. Each
<FIELD> element describes the style type of the field, and contains the VALUELIST attribute for any
associated value list of the field.
The <VALUELISTS> element contains one or more <VALUELIST> elements for each value list found in the
layout—each including the name of the value list and a
<VALUE> element for each value in the list.