Developer’s Guide

Table Of Contents
Chapter 8
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 5.5 CD includes:
1 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.)
1 the CDML Reference database, which describes each CDML tag
and how it’s used in a format file
1 example web sites that publish databases dynamically on the Web
using CDML
If you’re experienced using CDML, see “Modified CDML tags” on
page 8-9 for information about changes to CDML in
FileMaker Pro 5.5.
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 7, “Using FileMaker Pro XML to deliver
your data” and chapter 9, “Using Java and JDBC to deliver your data.”
About the CDML examples
FileMaker Developer 5.5 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 8-14.
Home page of the Guest Book example