Tests p:file-create-tempfile
Test ab-file-create-tempfile-001.xml is expected to pass.
It requires the following features: p:directory-list or p:file-create-tempfile.
<p:declare-step xmlns:c="http://www.w3.org/ns/xproc-step" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
<p:output port="result"/>
<p:file-create-tempfile href="../testfolder/folder" name="create"/>
<p:directory-list path="../testfolder/folder" depends="create"/>
</p:declare-step>
<s:schema xmlns="http://www.w3.org/1999/xhtml" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
<s:ns uri="http://www.w3.org/ns/xproc-step" prefix="c"/>
<s:ns uri="http://www.w3.org/2001/XMLSchema" prefix="ns"/>
<s:pattern>
<s:rule context="/">
<s:assert test="c:directory">Root element is not c:directory.</s:assert>
<s:assert test="c:directory/@name='folder'">c:directory/@name is not 'folder'.</s:assert>
<s:assert test="count(c:directory[@name='folder']/c:file)=1">There is not exactly file in 'folder'.</s:assert>
</s:rule>
</s:pattern>
</s:schema>
Initial commit