Skip to content

Commit

Permalink
err:stack-trace is now a string not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Nov 26, 2024
1 parent 4870e76 commit e61b9b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specifications/xslt-40/src/xslt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15855,9 +15855,9 @@ and <code>version="1.0"</code> otherwise.</p>
</tr>
<tr>
<td rowspan="1" colspan="1">err:stack-trace</td>
<td rowspan="1" colspan="1">fn() as xs:string?</td>
<td rowspan="1" colspan="1">A zero-arity function which, when called, returns
an <termref def="dt-implementation-dependent"/> string containing diagnostic
<td rowspan="1" colspan="1">xs:string?</td>
<td rowspan="1" colspan="1">An <termref def="dt-implementation-dependent"/>
string containing diagnostic
information about the state of execution at the point where the error occured,
or an empty sequence if no stack trace is available.</td>
</tr>
Expand Down

0 comments on commit e61b9b9

Please sign in to comment.