space:page template name - Data is read from a space template.
^attachment - Data is read from an attachment to the current page.
page^attachment - Data is read from an attachment to the page name provided.
space:page^attachment - Data is read from an attachment to the page name provided in the space indicated.
find
Find regex patterns
Comma separated list of regex patterns to use for repairing and modifying XML prior to processing by the XSLT processor with find and replace logic. HTML-68 has a bit more on this.
Example: (google\.dtd)
replace
Replacement strings
Comma separated list corresponding to find patterns via index position in list. Single quote entries containing a comma.
Example: http://www.google.com/$1
head
false
Include head section HTML
Only in affect if clean=true. The head tag is always removed. However, setting this to true will retain all the other tags from the head section and treat them as regular body content. This is useful for retaining style information in particular.
showErrors
false
Show error message panel
XSLT transformer generated warning and errors will appear in a panel even if the transform is not terminated with an error. Terminating errors automatically generate an error panel.
encoding
system default
File encoding
Encoding for an external file if different from the system default handling. Example: UTF-8.
user
URL user
User name for URL access via basic authentication.
password
URL user password
User password for URL access via basic authentication.
timeout
Timeout in milliseconds
URL connections may timeout before getting data. Use this to increase time needed for slow connections. Be careful using 0 for an infinite wait.
disableSecureProcessing
false
Disable secure processing feature
If authorized by your Confluence administrator to change this setting, then more powerful capabilities are available. See
Jira Legacy
HTML-89
HTML-89
for details.
<transformer parameters>
Only available when specifying xslt macro via wiki markup. See this example.