p:file-info 009 (AB)

Tests p:file-info

Test ab-file-info-009.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"/>
</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/@last-modified='1981-02-21T13:00:00Z' or                    not(c:file/@last-modified)">The c:file element does have a @last-modified, but its value is not '1981-02-21T13:00:00Z'.</s:assert>
      </s:rule>
   </s:pattern>
</s:schema>

Revision history

28 Jul 2022, Achim Berndzen

Initial commit