<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:px="http://www.daisy.org/ns/pipeline/xproc" xmlns:pxi="http://www.daisy.org/ns/pipeline/xproc/internal" type="pxi:opf-manifest-to-fileset" version="1.0" exclude-inline-prefixes="#all" name="main"> <p:input port="source" px:media-type="application/oebps-package+xml"> <p:documentation> An EPUB3 package document </p:documentation> </p:input> <p:output port="result"> <p:documentation> A fileset </p:documentation> </p:output> <p:xslt> <p:input port="stylesheet"> <p:document href="opf-manifest-to-fileset.xsl"/> </p:input> <p:input port="parameters"> <p:empty/> </p:input> </p:xslt> </p:declare-step>