Skip to content

Commit

Permalink
fn:node-kind: function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGruen committed Nov 12, 2024
1 parent 42ae0ac commit 8ad59fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@

<fos:function name="node-kind" prefix="fn">
<fos:signatures>
<fos:proto name="node-kind" return-type="enum('document', 'element', 'attribute', 'text', 'comment', processing-instruction', 'namespace')?">
<fos:proto name="node-kind" return-type="enum('document', 'element', 'attribute', 'text', 'comment', 'processing-instruction', 'namespace')?">
<fos:arg name="node" type="node()?" default="." usage="inspection"/>
</fos:proto>
</fos:signatures>
Expand Down

0 comments on commit 8ad59fc

Please sign in to comment.