Custom Web Publishing Guide

Table Of Contents
54 FileMaker Server Advanced Custom Web Publishing Guide
Using query strings in FileMaker XSLT stylesheets
When using a query string in a URL or in the <?xslt-cwp-query?> processing instruction in a FileMaker XSLT
stylesheet, you can include any of the query commands and parameters that are defined for requesting XML
data from a FileMaker database. See
“Using FileMaker query strings to request XML data” on page 36.
You can also use the following query command and parameters that are defined for use only with FileMaker
XSLT stylesheets.
Specifying an XML grammar for a FileMaker XSLT stylesheet
The recommended XML grammar to use with Custom Web Publishing with XSLT is the fmresultset
grammar, which has been designed for ease of use with XSLT. See
“Using the fmresultset grammar” on
page 29. You can also use the older FMPXMLRESULT or FMPXMLLAYOUT grammars. To access value lists and
field display information in layouts, you must use the FMPXMLLAYOUT grammar. See “Using other
FileMaker XML grammars” on page 32. You cannot use the FMPDSORESULT grammar with Custom Web
Publishing with XSLT.
To specify the grammar for a FileMaker XSLT stylesheet, use the –grammar query parameter in a URL or
as a statically defined query parameter in the
<?xslt-cwp-query?> processing instruction.
For example:
http://192.168.123.101/fmi/xsl/my_template/my_stylesheet.xsl?–grammar=fmresultset&–db=mydatabase
&–lay=mylayout&–findall
Or
<?xslt-cwp-query params="–grammar=fmresultset&–db=mydatabase&–lay=mylayout&–findall"?>
Important If you don’t specify an XML grammar for a FileMaker XSLT stylesheet, the error “QUERY -
ER0001
” is displayed. See appendix B, “Error codes for Custom Web Publishing.”
Use this XSLT
query command or
parameter name To Comment
–grammar Specify the XML grammar for XSLT-CWP requests or
for XSLT stylesheets. See the next section, “Specifying
an XML grammar for a FileMaker XSLT stylesheet.”
This query parameter is
required in all XSLT requests.
–encoding Specify the text encoding for a request. See Setting text
encoding for requests” on page 56.
This query parameter is
optional in all XSLT requests.
–process Process a stylesheet without requesting data. See
“Processing XSLT requests that do not query FileMaker
Server” on page 58.
This query command requires
the –grammar query
parameter.
–token Pass values between pages without using sessions or
cookies. See “Using tokens to pass information between
stylesheets” on page 58.
This query parameter is
optional in all XSLT requests.