Hi
I am using the following storeXPath
storeXPath(xpath:'//[EMAIL PROTECTED]'mybreadcrumb\'/div/div[first()]/[EMAIL
PROTECTED]',
description: 'Testing the xpath',
property:'xyz')
in my groovy program.
I want to print the value of xyz .
I tried println ('xyz is ' + #{xyz} ) which gives a syntax error
prinltn ('xyz' is + {xyz} ) prints the closure .
What is the way to print the value of xyz ?
Regards
Hari

