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
It’s easy to run simple queries on Tamino from XMLSpy. How would you run queries of the following type using XMLSpy:for $a in input()/a, $b in input()/bwhere $a/some_field = $b/another_fieldreturn $a/data
Hello,XMLSPY directly support currently onlyTamino X-Query 3 and not Tamino XQuery 4.However you can use the XMLSPY HTTP mechanism to access Tamino via XQuery 4 e.g.open urlhttp://pcwwa2/tamino/welcome_4_2_0/bibc?_XQUERY=for+$i+in+input()/bib return $iWalter