Use XSLT Templates to Change Output Format
You can use XLST templates to format the results that your IDOL components return. You can write your own XSLT templates or use the templates that the IDOL Server installation includes in the acitemplates
directory:
-
QueryForm.tmpl
. You can apply this template to theQuery
action to produce a simple HTML query interface from which you can query the IDOL Content component.The default version of this template has the following appearance.
-
GetStatusForm.tmpl
. You can apply this template to theGetStatus
action to generate HTML formatted status information.The default version of this template has the following appearance.