Skip to content

Commit

Permalink
Merge pull request #575 from ndw/iss-566-2
Browse files Browse the repository at this point in the history
Make the agreed improvement to #566
  • Loading branch information
ndw authored Jun 6, 2024
2 parents ff4e479 + 90058ec commit 66f2d9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions steps/src/main/xml/steps/hash.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<section xmlns="http://docbook.org/ns/docbook"
xmlns:e="http://www.w3.org/1999/XSL/Spec/ElementSyntax"
xmlns:p="http://www.w3.org/ns/xproc"
Expand Down Expand Up @@ -61,8 +62,7 @@ value of the attribute in the output.
If the attribute is named “<tag class="attribute">xml:base</tag>”, the base URI
of the element <rfc2119>must</rfc2119> also be amended accordingly.</para>

<para>If the document node is matched, the result is a document node
containing a single text node.</para>
<para>If the document node is matched, the result is a text document.</para>

<para>If the expression matches any
other kind of node, the entire node (and <emphasis>not</emphasis> just
Expand Down
3 changes: 1 addition & 2 deletions steps/src/main/xml/steps/replace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ of the <port>replacement</port> document. Only non-nested matches are
replaced. That is, once a node is replaced, its descendants cannot
be matched.</para>

<para>If the document node is matched, the result is a document node
containing the replacement.</para>
<para>If the document node is matched, the result is a text document.</para>

<simplesect>
<title>Document properties</title>
Expand Down
3 changes: 1 addition & 2 deletions steps/src/main/xml/steps/string-replace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ expression is used as the new value of the attribute in the output.
If the attribute is named “<tag class="attribute">xml:base</tag>”, the base URI
of the element <rfc2119>must</rfc2119> also be amended accordingly.</para>

<para>If the document node is matched, the result is a document node
containing a single text node.</para>
<para>If the document node is matched, the result is a text document.</para>

<para>If the expression matches any other kind of node, the entire
node (and <emphasis>not</emphasis> just its contents) is replaced by
Expand Down
3 changes: 1 addition & 2 deletions steps/src/main/xml/steps/uuid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ matches an <emphasis>attribute</emphasis>, the UUID is used as the new
value of the attribute in the output. If the attribute is named “<tag class="attribute">xml:base</tag>”, the base URI of the element
<rfc2119>must</rfc2119> also be amended accordingly.</para>

<para>If the document node is matched, the result is a document node
containing a single text node.</para>
<para>If the document node is matched, the result is a text document.</para>

<para>If the expression matches any
other kind of node, the entire node (and <emphasis>not</emphasis> just
Expand Down

0 comments on commit 66f2d9e

Please sign in to comment.