You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xquery version "1.0-ml";
declare function test(
$name as xs:string
)
{
<foo>
<success>true</success>
{(: This is a comment... :)}
<something/>
</foo>
};
"test"