true
5
60
12
$tab/tns:a[2]
$tabel != '2'
''
not(empty($date1))
'2009-01-01'
'2009-01-02T12:32:32'
{ if (string-length(xsd:string($date1)) != 0) then $date1 else $dateTime1 }
]]>
not($myVar2.TestPart/*/text() eq '2009-01-01')
Hello]]>
http://www.w3.org/2005/08/addressing/anonymous
pp:SomeProxy
]]>
typeswitch ($myVar.TestPart)
case $a as xs:string return "test"
default return "default"
default return
]]>
for $loopOnce in (1)
return
concat(bpws:getVariableProperty("myVar", "test:content"), "XQuery World")
not($tempVar/wsa:EndpointReference/wsa:Metadata/Service/@EndpointName eq "MyEndpoint")
0
$i < 2
$i = 0
"false"
false()
"true"
true()
if ($boolVar) then "trueValue" else "falseValue"
not($otherVar = concat($stringVar, "Value"))
not(string-length(string(bpws:doXslTransform('HelloXQueryWorld.xsl', $myVar.TestPart))) > 0)
$i + 1
let $j := 10 div 0
return concat("abc", $j)