Reptile needs a way to pass information from client application to the server
and from the server to Xalan for XSLT processing. This is done via a set of
named parameters.
Parameters can also be passed from rendered content to the server via HTML
forms. These are passed to the XSL Transformer and are available to
stylesheets. Note that if you choose to use parameters in your stylesheets try
to namespace them. Don't use a parameter of "fetch". Instead use a parameter
of "urn:myapplication/param/fetch" or some other namespaced param. This
prevents other stylesheets which you did not write from being unintentionally
tricked into doing something if two parameter names are identical.
|