AB p:ixml 006

Tests p:ixml (Example 3 from spec) - fail-on-error explicit true

Test ab-i-xml-006.xml is expected to fail with error code err:XC0205.

It requires the following features: p:ixml.

The pipeline


<p:declare-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:ixml fail-on-error="true">
      <p:with-input port="grammar">
         <p:inline content-type="text/plain">
                  date: s?, day, s, month, (s, year)? .
                  -s: -" "+ .
                  day: digit, digit? .
                  -digit: "0"; "1"; "2"; "3"; "4"; "5"; "6"; "7"; "8"; "9".
                  month: "January"; "February"; "March"; "April";
                  "May"; "June"; "July"; "August";
                  "September"; "October"; "November"; "December".
                  year: (digit, digit)?, digit, digit .
               </p:inline>
      </p:with-input>
      <p:with-input port="source">
         <p:inline content-type="text/plain">31 Mumble 2021</p:inline>
      </p:with-input>
   </p:ixml>
</p:declare-step>
MorganaXProc passing

Revision history

25 Nov 2023, Achim Berndzen

Initial check in.