Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi, I have a problem!I must declare a variable.I must can use this variable with a XPathfor example:$var//part1To declare a variable i writedeclare variable $var as node * { t1 t2}How can I do it?
Hi,In Tamino’s XPath, variables cannot be defined.I am not sure what you try to achieve, but maybe the following helps:(it’s XQuery)let $var :=t1t2return$var//part1
Submit this query the system return a error: NullPointer
Hi Gibbo, what kind of tool are you using to submit the XQuery to Tamino 4.1? Please try the XQuery tool, it works for me. Regards,Gerald–Gerald RistowTamino R&D
I used a my java program, with Tamino and with library of exist-db