<?xml version="1.0" encoding="utf-8"?>
<t:test xmlns:t="http://xproc.org/ns/testsuite/3.0"
        xml:base="/ab-unarchive-013.xml"
        name="ab-unarchive-013.xml"
        expected="pass">
   <t:info>
      <t:title>p:unarchive 013 (AB)</t:title>
      <t:revision-history>
         <t:revision>
            <t:date>2021-06-10</t:date>
            <t:author>
               <t:name>Achim Berndzen</t:name>
            </t:author>
            <t:description xmlns="http://www.w3.org/1999/xhtml">
               <p>Added attribute 'queryBinding' to schematron's schema.</p>
            </t:description>
         </t:revision>
         <t:revision>
            <t:date>2019-08-25</t:date>
            <t:author>
               <t:name>Achim Berndzen</t:name>
            </t:author>
            <t:description xmlns="http://www.w3.org/1999/xhtml">
               <p>Initial tests for p:unarchive</p>
            </t:description>
         </t:revision>
      </t:revision-history>
   </t:info>
   <t:description xmlns="http://www.w3.org/1999/xhtml">
      <p>Tests p:unarchive: Check content of unarchived document.</p>
   </t:description>
   <t:pipeline>
      <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" name="pipeline" version="3.0">
         <p:output port="result"/>
         <p:unarchive include-filter="folder/html\.html">
            <p:with-input href="../documents/archive.zip"/>
         </p:unarchive>
      </p:declare-step>
   </t:pipeline>
   <t:schematron>
      <s:schema xmlns="http://www.w3.org/1999/xhtml"
                xmlns:s="http://purl.oclc.org/dsdl/schematron"
                queryBinding="xslt2">
         <s:ns prefix="html" uri="http://www.w3.org/1999/xhtml"/>
         <s:pattern>
            <s:rule context="/">
               <s:assert test="html:html">Root element is not 'html:html'.</s:assert>
               <s:assert test="html:html/html:head/html:title/text()='This is a html page'">HTML title is not 'This is a html page'.</s:assert>
               <s:assert test="html:html/html:body/html:p/text()='This is a html page.'">HTML document does not have an element 'p' with 'This is a html page.'.</s:assert>
            </s:rule>
         </s:pattern>
      </s:schema>
   </t:schematron>
   <t:result name="ab-unarchive-013.xml">
      <html xmlns="http://www.w3.org/1999/xhtml">
         <head>
            <title>This is a html page</title>
         </head>
         <body>
            <p>This is a html page.</p>
         </body>
      </html>
   </t:result>
</t:test>
