Hub XML document
The input, optionally with changed paths
Remove subpaths for every fileref attribute.
false: files will be copied to $target-dir-uri directly.
Copy files into this directory
Modify the fileref attribute of the hub input?
Prefix this string to all filerefs?
attribute name of the file reference containing attribute
element name hosting the fileref attribute. default: see Hub/Docbook
Default: Match any URI. You can limit it to absolute file URIs by supplying '^file:/'.
Default value for basic steps pxf:mkdir and pxf:copy is true. Here it is false.
This will also be passed to the XSLT. If different source files will be copied to a single target,
the XSLT will terminate if $fail-on-error is true.
The behavior can be partly overridden by using @hub:target-fileref attributes on the same element
as the @fileref (or whatever $fileref-attribute-name-regex matches) attribute. If @hub:target-fileref is a relative
URI, it will be resolved wrt $target-dir-uri. If it is an absolute URI, it will have precedence over $target-dir-uri.
If @hub:target-fileref is present, the original @fileref attribute will not be changed.
Libraries such as hub2docx should prefer @hub:target-fileref in order to determine the location.