Skip to content

Commit

Permalink
Merge pull request #589 from ndw/iss-587
Browse files Browse the repository at this point in the history
Fix #587 by adding a parameters option
  • Loading branch information
ndw authored Jul 30, 2024
2 parents ac65f10 + 2d81781 commit d8955d5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions steps/src/main/xml/steps/uuid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ the <port>source</port> document.</para>
<p:output port="result" content-types="text xml html"/>
<p:option name="match" as="xs:string" select="'/*'" e:type="XSLTSelectionPattern"/>
<p:option name="version" as="xs:integer?"/>
<p:option name="parameters" as="map(xs:QName, item()*)?"/>
</p:declare-step>

<para>The value of the <option>match</option> option must be an
Expand All @@ -29,9 +30,12 @@ computed is
<glossterm>implementation-defined</glossterm>.</impl></para>

<para>Implementations <rfc2119>must</rfc2119> support version 4 UUIDs.
<impl>Support for other versions of UUID, and the mechanism by which
the necessary inputs are made available for computing other versions,
<impl>Support for other versions of UUID
is <glossterm>implementation-defined</glossterm>.</impl>
Some UUID schemes require additional parameters which may be provided
in the <option>parameters</option> option.
<impl>The names and values of <option>parameters</option> to <tag>p:uuid</tag>
are <glossterm>implementation-defined</glossterm>.</impl>
</para>

<para>The matched nodes are specified with the <glossterm>selection pattern</glossterm> in the
Expand Down

0 comments on commit d8955d5

Please sign in to comment.