Custom Web Publishing Guide

Table Of Contents
Introduction to Custom Web Publishing with XSLT 41
Starting the Site Assistant
To start the Site Assistant, do one of the following:
1 Double-click the FileMaker Site Assistant application icon.
1 Windows: Click the Start button, and choose FileMaker Site Assistant from the Programs menu.
Using the Site Assistant
For detailed information and step-by-step procedures for using the Site Assistant, see the Site Assistant Help.
For information about using the Site Assistant’s generated stylesheets, see
“Using FileMaker XSLT
stylesheets in a web site or program” on page 45.
Important When using the Site Assistant, if you select a database that contains multiple tables, be sure to select
layouts that are associated with the same table or else the generated site will return unexpected results. For
example, a database might contain a Products table and a Customers table. When you select the layouts for a
search page, an edit records page, and an add records page, be sure the layouts are all associated with the same
table.
About the Site Assistant’s generated stylesheets
The XSLT stylesheets generated by the Site Assistant include several FileMaker-specific processing
instructions, elements, and parameters. Here are a few examples of what is included:
1 The <?xslt-cwp-query params="query string-fragment"?> processing instruction specifies the XML grammar to
use and statically defines the name of the database you chose in the Site Assistant. See “Using statically
defined query commands and query parameters” on page 51.
FileMaker Site Assistant