blob: 49232831197f0407205a12051b2fc38170c11352 [file] [log] [blame]
(: Name: CondExpr008 :)
(: Description: and-expression in test expression :)
(: insert-start :)
declare variable $input-context external;
(: insert-end :)
if ( $input-context/Root/Customers[1]/@CustomerID = 'ALFKI' and $input-context/Root/Customers[1]/FullAddress/City = 'Berlin')
then
<PASS/>
else
<FAIL/>