1.4. Element copyProcessResources

<copyProcessResources
  resources = anyURI | @anyURI | Glob pattern
  to = Path
/>

Copy resources needed by the process to the specified location. Typically, these resources are images needed by the XSLT style sheet.

Attributes:

resources

Specifies which resources to copy.

If the value of the resources attribute is a relative URL, it is relative to the directory containing the configuration file.

Wildcards, for example xsl/images/*.png, are supported only if the value of the resources attribute is a file: URL (after resolving this URL against the URL of the configuration file)

It is recommended to specify multiple resources using the notation @list-in-a-text-file, for example @xsl/images/list.txt. This mechanism works even the configuration file is located on a remote server.

The URI specified in this attribute may be also resolved using XML catalogs.

to

Specifies the destination file. If the value of the resources attribute specifies multiple resources, this destination must be an existing directory.