<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" xmlns:px="http://www.daisy.org/ns/pipeline/xproc" version="1.0" type="px:smil-to-audio-fileset" exclude-inline-prefixes="#all"> <p:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>List the distinct files referenced from audio elements in a SMIL.</p> </p:documentation> <p:input port="source"> <p:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>A SMIL document</p> </p:documentation> </p:input> <p:output port="result"> <p:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>A d:fileset document with the parent directory of the SMIL as base URI and which contains all the files referenced from the SMIL.</p> </p:documentation> </p:output> <p:xslt> <p:input port="stylesheet"> <p:document href="smil-to-audio-fileset.xsl"/> </p:input> <p:input port="parameters"> <p:empty/> </p:input> </p:xslt> </p:declare-step>