Container for a Scheme code. The code should return either nothing, either valid SXML. The result is automatically converted to XML and inserted to the output tree.
Example 33. Using s:scheme
<x:template match="/"> <s:scheme> '(para "Hello") </s:scheme> </x:template>
Result is the following.
<para>Hello</para>