Skip to content

Commit

Permalink
Fix 561 and 564
Browse files Browse the repository at this point in the history
  • Loading branch information
xml-project committed May 12, 2024
1 parent 289696b commit 24f8381
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions steps/src/main/xml/steps/archive-manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
archive. Implementations <rfc2119>must</rfc2119> support the <biblioref linkend="zip"/>
format, specified with the value <code>zip</code>. <impl>It is
<glossterm>implementation-defined</glossterm> what other formats are supported.</impl>
<error code="C0081">It is a <glossterm>dynamic error</glossterm> if the format of the
archive does not match the format as specified in the <option>format</option>
option.</error>
</para>
</listitem>
<listitem>
Expand All @@ -40,8 +43,7 @@
</itemizedlist>

<para><error code="C0085">It is a <glossterm>dynamic error</glossterm> if the format of the
archive does not match the specified format, cannot be understood, determined and/or
processed.</error></para>
archive cannot be understood, determined and/or processed.</error></para>

<para>The <option>parameters</option> option can be used to supply parameters to control the
archive manifest generation. <impl>The semantics of the keys and the allowed values for these
Expand Down
2 changes: 1 addition & 1 deletion steps/src/main/xml/steps/archive.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
</itemizedlist>

<para><error code="C0085">It is a <glossterm>dynamic error</glossterm> if the format of the archive
does not match the specified format, cannot be understood, determined and/or processed.</error></para>
cannot be understood, determined and/or processed.</error></para>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

Expand Down

0 comments on commit 24f8381

Please sign in to comment.