Custom Web Publishing Guide

Table Of Contents
32 FileMaker Server Advanced Custom Web Publishing Guide
<field name="Artist">
<data>Paul Cezanne</data>
</field>
<relatedset count="2" table="artlocation">
<record mod-id="1" record-id="6">
<field name="artlocation::Location">
<data>Vault</data>
</field>
<field name="artlocation::Date">
<data>07/07/1997</data>
</field>
</record>
<record mod-id="0" record-id="18">
<field name="artlocation::Location">
<data>Home</data>
</field>
<field name="artlocation::Date">
<data>08/01/2001</data>
</field>
</record>
</relatedset>
<field name="Style">
<data>Impressionist</data>
</field>
<field name="length">
<data>37</data>
</field>
</record>
</resultset>
</fmresultset>
Using other FileMaker XML grammars
The other FileMaker XML grammars contain information about field types, value lists, and layouts.
FMPXMLRESULT is functionally equivalent to fmresultset. To access value lists and field display information
in layouts, you must use the
FMPXMLLAYOUT grammar. The FMPXMLRESULT and FMPXMLLAYOUT
grammars are more compact for data interchange.
To use the FMPXMLRESULT grammar, specify the following grammar name in the URL requesting the XML
document from the Web Publishing Engine:
FMPXMLRESULT.xml
For example:
http://192.168.123.101/fmi/xml/FMPXMLRESULT.xml?–db=employees&–lay=family&–findall