Custom Web Publishing Guide

Table Of Contents
Chapter 1
Introducing Custom Web Publishing
With FileMaker
®
Server Advanced, you can publish FileMaker databases on the Internet or an intranet in
these ways:
1 Custom Web Publishing using Extensible Markup Language (XML)
1 Custom Web Publishing using Extensible Stylesheet Language Transformations (XSLT) stylesheets
1 Instant Web Publishing. See the FileMaker Instant Web Publishing Guide.
Custom Web Publishing with XML and XSLT gives you choices and control over the design and
functionality of your web pages. FileMaker Server, which hosts the published databases, does not require
FileMaker
Pro to be installed or running for Custom Web Publishing to be available.
To support Instant Web Publishing and Custom Web Publishing with XML and XSLT, FileMaker Server
uses a set of software components called the FileMaker Server Web Publishing Engine. The Web Publishing
Engine handles interactions between a web user’s browser, your web server, and FileMaker
Server. The Web
Publishing Engine functions as an XSLT processor and provides output as HTML, XML, or text (such as
vCards) to the web server, which then provides the output to the web browser.
Web users access your Custom Web Publishing solution either by clicking an HREF link or entering a
Uniform Resource Locator (URL) that specifies the web server address and a FileMaker query string
request. The URL can either access XML data or reference an XSLT stylesheet. The Web Publishing Engine
returns the XML data specified in the query string request, or the results of the referenced XSLT stylesheet.
Important Security is increasingly important when you publish data on the web. Review the security
guidelines in the FileMaker Security Guide, available at www.filemaker.com/downloads.
Web
Browser
Customers.fp7
FileMaker Server
Products.fp7
FileMaker Server
Web Publishing
Engine
1. XML or XSLT
request is sent from
web browser or
program to web
server.
2. Web server routes
request to Web
Publishing Engine.
3. Web Publishing Engine
requests data from
database hosted by
FileMaker Server.
6. Web server sends
output to web browser
or program.
5. Web Publishing Engine converts
FileMaker data to XML data.
For XML requests, the Web Publishing
Engine sends the XML data directly to the
web server.
For XSLT requests, the Web Publishing
Engine uses an XSLT stylesheet to format
or transform the XML data, and generates
output as HTML pages, an XML document,
or text to web server.
4. FileMaker Server
sends requested
FileMaker data to
the Web Publishing
Engine.
Using the FileMaker Server Web Publishing Engine for Custom Web Publishing with XML or XSLT
Web Server
Web Server Module
Administration Console