All XSL transformations need to be performed by an XSL processor of some kind. An XSL processor should conform to some standard flavor of XSL (currently 1.0). But XSL processors are also free to add their own extensions; like proprietary extensions to web browsers, this practice stands to increase the range of actions you can perform with a given XSL stylesheet, but risks the creation of stylesheets that work well with only one XSL processor. Stylesheets for CWP work well in only a FileMaker environment anyway, so this is not a serious concern.
The Web Publishing Engines XSLT processor obviously adds some extensions because its capable of triggering FileMaker database actions. But it also has a host of other extended capabilities. Some of these youve seen already, such as the capability to access all the parameters of the HTTP request that invoked the stylesheet. With similar syntax, you can get access to the users IP address, username, and password, as well as the address of the server from which the stylesheet is being served.
FileMaker also provides XSL extensions to handle a host of other common web programming tasks. Theres a rich library of string-manipulation functions, as well as a set of functions to send email, a set of functions to create and maintain user sessions, and functions to deal with HTTP headers and cookies. Unfortunately, a full treatment of all these areas is beyond the scope of this book, but the documentation that accompanies FileMaker Server Advanced describes these functions fairly thoroughly.
The point to be aware of here is that FileMakers XSL implementation is actually a full-featured web programming language as well, and has many of the features of powerful modern web programming languages such as Perl, PHP, or JSP. After you e familiar with the basics of combining XSL stylesheets with FileMaker database actions, you can delve further into the other rich features of the CWP XSL implementation.
Part I: Getting Started with FileMaker 8
FileMaker Overview
Using FileMaker Pro
Defining and Working with Fields
Working with Layouts
Part II: Developing Solutions with FileMaker
Relational Database Design
Working with Multiple Tables
Working with Relationships
Getting Started with Calculations
Getting Started with Scripting
Getting Started with Reporting
Part III: Developer Techniques
Developing for Multiuser Deployment
Implementing Security
Advanced Interface Techniques
Advanced Calculation Techniques
Advanced Scripting Techniques
Advanced Portal Techniques
Debugging and Troubleshooting
Converting Systems from Previous Versions of FileMaker Pro
Part IV: Data Integration and Publishing
Importing Data into FileMaker Pro
Exporting Data from FileMaker
Instant Web Publishing
FileMaker and Web Services
Custom Web Publishing
Part V: Deploying a FileMaker Solution
Deploying and Extending FileMaker
FileMaker Server and Server Advanced
FileMaker Mobile
Documenting Your FileMaker Solutions