Developer’s Guide

Table Of Contents
Chapter 9
Custom web publishing using CDML
The FileMaker Pro Web Companion supports CDML, a proprietary
markup language that enables your HTML pages to interact with a
FileMaker Pro database.
The FileMaker Developer CD includes:
the CDML Tool database and template files to help you insert the
CDML tags into your HTML pages (These HTML pages that contain
CDML tags are referred to as format files.)
the CDML Reference database, which describes each CDML tag
and how it’s used in a format file
example web sites that publish databases dynamically on the Web
using CDML
Tip You can also publish your FileMaker Pro databases on the Web
using open standard XML or via Java applets that use the FileMaker
JDBC Driver. See
chapter 10, “Using FileMaker Pro XML to deliver
your data on the Web” and chapter 11, “Using JDBC to deliver your
data.”
About the CDML examples
FileMaker Developer provides three examples of databases
published on the Web using CDML. The Guest Book example
demonstrates how web users can add records to your database by
“signing” in a guest book. The Employee Database example is a web
site that lets users search the Employees.fp5 database and make
modifications to it. The Shopping Cart example lets web users select
items from a database and add them to a “shopping cart” for
purchase. For information about these CDML examples, see
“Planning your web site” on page 9-12.
Home page of the Guest Book example
For additional information and examples using CDML to publish
FileMaker Pro databases on the Web, see the product support pages
on the FileMaker, Inc. web site at www.filemaker.com. As a shortcut
to the site, double-click Go_FileMaker.html on the FileMaker
Developer CD.