Creates a fileset document for a set of HTML documents.
| Port | Description |
| source.fileset primary |
The input fileset containing the HTML files (marked with
Will also be used for loading other resources. If files are present in memory, they
are expected to be |
| source.in-memory sequence |
| Port | Description |
| result.fileset primary |
The result fileset with the HTML files and all the resources referenced from the
HTML. Some media types are inferred – users may have to apply additional type
detection. A
Only contains resources that actually exist on disk. The HTML documents are loaded
into memory. The |
| result.in-memory sequence |
| Local Name | Namespace URI | Default | Description |
| warn-on-missing-files | true() | Whether to raise warnings for files that exist neither on disk or in memory. |
|
| handle-xinclude | false() | Apply XInclude processing on XHTML documents. |