Skip to content

Commit c012f76

Browse files
authored
Merge pull request #171 from duncdrum/empty-sequence
fix empty-sequence in example
2 parents a981bd9 + 1f2ef94 commit c012f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/xar-resources/data/contentextraction.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ include.feature.contentextraction = true</synopsis>
3737
<para>The module provides three functions:</para>
3838
<synopsis>content:get-metadata($binary as xs:base64Binary) as document-node()
3939
content:get-metadata-and-content($binary as xs:base64Binary) as document-node()
40-
content:stream-content($binary as xs:base64Binary, $paths as xs:string*, $callback as function, $namespaces as element()?, $userData as item()*) as empty()</synopsis>
40+
content:stream-content($binary as xs:base64Binary, $paths as xs:string*, $callback as function, $namespaces as element()?, $userData as item()*) as empty-sequence()</synopsis>
4141
<para>The first two functions need little explanation: get-metadata just returns some
4242
metadata extracted from the resource, while get-metadata-and-content will also
4343
provide the text body of the resource—if there is any. The third function is a

0 commit comments

Comments
 (0)