Custom Web Publishing Guide

Table Of Contents
46 Custom Web Publishing Guide
Note For web sites, it’s a good practice to include an XSLT stylesheet as a home page that doesn’t require
users to enter a query string to access it. The Site Assistant can create a home.xsl that doesn’t require a query
string because it uses the
<?xslt-cwp-query?> processing instruction. For example, if you copied your
stylesheets (including a home.xsl stylesheet) into the my_templates folder inside the xslt-template-files folder,
web users can use the following URL to request and process the stylesheets:
http://192.168.123.101/fmi/xsl/my_templates/home.xsl
Important The Web Publishing Engine does not allow web users to view the source for XSLT stylesheets that
are installed in the xslt-template-files folder. When web users send a request to process a stylesheet, the Web
Publishing Engine only sends the result of the stylesheet transformation to the web browser or program.
Troubleshooting XSLT stylesheets
If you have trouble using the XSLT stylesheets, verify that:
1 The extended privileges in the database are set for Custom Web Publishing with XSLT and assigned to a
user account. See
“Enabling Custom Web Publishing in a database” on page 17.
1 The database is hosted and opened by FileMaker Server. See FileMaker Server Administration Help.
1 The database account name and password you are using, if any, are correct.
1 The web server and the Web Publishing Engine are running.
1 XSLT Publishing is enabled in the Web Publishing Engine. See the FileMaker Server Advanced Web
Publishing Installation Guide
.