Custom Web Publishing Guide

Table Of Contents
40 FileMaker Server Advanced Custom Web Publishing Guide
Based on this request, the Web Publishing Engine will include the following processing instruction in the
XML document:
<?xml–stylesheet type="text/xsl" href="/mystylesheet.xsl"?>
Copy or place the stylesheet for client-side processing on the web server in the location specified by the
absolute path in the URL for the HREF attribute.
Important Do not place stylesheets for client-side processing inside the xslt-template-files folder, which is
used for server-side processing of XSLT stylesheets. See
“Using FileMaker XSLT stylesheets in a web site
or program” on page 49.
Note Some web browsers do not support client-side processing. For information, see the documentation for
your web browser.
Troubleshooting XML document access
If you have trouble accessing XML documents with the Web Publishing Engine, verify that:
1 The extended privileges in the database are set for XML Custom Web Publishing and assigned to a user
account. See “Enabling Custom Web Publishing in a database” on page 19.
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 XML Publishing is enabled in the Web Publishing Engine. See FileMaker Server Advanced Web
Publishing Installation Guide
.