Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
xquery version "1.0" encoding "utf-8"; import module namespace xyz ="myFunctions" at "hello.xq"; xyz:sayHello('Kitty')
xquery version "1.0" encoding "utf-8"; import module namespace xyz ="myFunctions" at "hello.xq"; declare variable $ip as xs:string external; xyz:sayHello($ip)