p:file-info 012 (AB)

Tests p:file-info

Test ab-file-info-012.xml is expected to pass.

It requires the following features: p:file-info.

The pipeline


<p:declare-step xmlns:c="http://www.w3.org/ns/xproc-step" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
   <p:output port="result"/>
   <p:file-info href="../testfolder/afile.txt" override-content-types="[['\.xml$', 'application/xml'],                                                                               ['\.txt$', 'application/octet-stream']]"/>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Schematron validation


<s:schema xmlns="http://www.w3.org/1999/xhtml" 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="xs"/>
   <s:pattern>
      <s:rule context="/">
         <s:assert test="c:file">Root element is not c:file.</s:assert>
         <s:assert test="c:file/@name='afile.txt'">The c:file element does not have an attribute 'name' with 'afile.txt'.</s:assert>
         <s:assert test="c:file/@content-type='application/octet-stream' or                    not(c:file/@content-type)">The c:file element does have a @content-type, but its value is not 'application/octet-stream'.</s:assert>
      </s:rule>
   </s:pattern>
</s:schema>

Revision history

28 Jul 2022, Achim Berndzen

Initial commit