Custom Web Publishing Guide

Table Of Contents
Converting CDML solutions to FileMaker XSLT 105
Conversion of supported CDML variable tags
Here’s how the CDML Converter handles the conversion of the following supported CDML variable tags:
-mailto <!-- CDML Converter ERROR: '-mailbto' not supported by XSLT-CWP, use
fmxslt:send_email() function -->
-password <!-- CDML Converter ERROR: '-password' not supported by XSLT-CWP -->
This CDML variable
tag
Is converted to this
XSLT-CWP query parameter Description
-db -db no change to syntax; all occurrences of .fp5 filename
extension are removed
-lay -lay no change to syntax
-lop -lop no change to syntax; the “and” and “or” keywords are
changed to lowercase
-max -max no change to syntax; if -max was not specified in CDML,
the CDML Converter inserts -max=25 into the converted
XSLT
-modid -modid no change to syntax
-op field.op Changed to support the new syntax for find operators
(field.op). See “fieldname.op (Comparison operator) query
parameter” on page 83.
-recid -recid no change to syntax
-script -script This comment is added after element: <!-- CDML2XSLT
WARNING: please verify '-script' functionality with
XSLT-CWP -->
-script.prefind -script.prefind no change to syntax. Check '-script.prefind' functionality in
XSLT-CWP.
-script.presort -script.presort no change to syntax. Check '-script.presort' functionality in
XSLT-CWP.
-skip -skip no change to syntax
-sortfield -sortfield Changed to support the new syntax for sort operators
(–sortfield.precedence). See “–sortfield (Sort field) query
parameter” on page 86.
-sortorder -sortorder Changed to support the new syntax for sort operators
(–sortorder.precedence). See “–sortorder (Sort order)
query parameter” on page 87.
-styletype -styletype no change to syntax
-stylehref -stylehref no change to syntax
This obsolete
CDML variable tag Is replaced with this comment after the original variable tag location