Skip to content

Commit

Permalink
Merge pull request #628 from xatapult/p-filter-enhancement
Browse files Browse the repository at this point in the history
Fixed 1.0 left-over in p:filter
  • Loading branch information
ndw authored Sep 11, 2024
2 parents 74498c3 + 5828cd2 commit 28016ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/src/main/xml/steps/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ based on a (possibly dynamically constructed) XPath select expression.</para>
<p:option name="select" required="true" as="xs:string" e:type="XPathExpression"/>
</p:declare-step>

<para>This step behaves just like an <tag>p:input</tag> with
<para>This step behaves just like a <tag>p:with-input</tag> with
a <tag class="attribute">select</tag> expression except that the select
expression is computed dynamically.</para>

Expand Down

0 comments on commit 28016ac

Please sign in to comment.