Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xproc/src/main/examples/trycatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<p:catch>
<p:identity>
<p:with-input port="source">
<p:inline>
<c:error>HTTP Request Failed</c:error>
</p:inline>
<p:inline>
<c:error>HTTP Request Failed</c:error>
</p:inline>
</p:with-input>
</p:identity>
</p:catch>
Expand Down
2 changes: 1 addition & 1 deletion xproc/src/main/xml/specification.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5215,7 +5215,7 @@ machine-processable fashion. Many steps omit this because they do not
include the concept of errors identified by EQNames.</para>

<para>The <tag class="attribute">cause</tag> is an EQName which
identifies an underlying error, if applicable. As an aide to
identifies an underlying error, if applicable. As an aid to
interoperability, this specification mandates particular error codes
for conditions that can arise in a variety of ways. For example,
<code>err:XD0050</code> is raised for all errors in XPath expressions
Expand Down