blob: 1ed5dccd54bfa7d73a1f38e90a56aa887d9cde82 [file] [log] [blame]
(:*******************************************************:)
(:Written By: Carmelo Montanez (Automatic Generation) :)
(:Date: January 18, 2005 :)
(:Purpose: Test of a ComparisonExpression :)
(:with the operands set as follows :)
(: operand1 = Sequence of single Element Node:)
(: operator = is:)
(: operand2 = Single Node Element:)
(:*******************************************************:)
(: insert-start :)
declare variable $input-context1 external;
declare variable $input-context2 external;
(: insert-end :)
($input-context2/staff[1]/employee[1]/empnum[1]) is $input-context1/works[1]/employee[1]/empnum[1]