Step fileset-load {http://www.daisy.org/ns/pipeline/xproc}

Defined in: http://www.daisy.org/pipeline/modules/fileset-utils/library.xpl

Input Ports

Port Description
fileset primary
in-memory sequence

Output Ports

Port Description
result.fileset
result primary sequence
unfiltered.fileset

The unfiltered result.

A copy of the source fileset but with all matched files (matched by the href, media-types and not-media-types options) loaded into memory.

unfiltered.in-memory sequence

Options

Local Name Namespace URI Default Description
href ''
media-types ''
not-media-types ''
fail-on-not-found 'false'
detect-serialization-properties false()

Whether to detect serialization properties of XML documents when loaded from disk. The properties are added as attributes to the d:file. The following properties are detected:

  • doctype
  • doctype-public
  • doctype-system

These attributes are expected not to be present in the input unless the file is already loaded into memory (if they are present they will not be overwritten).