Informatica ActiveVOS Current Version
- Informatica ActiveVOS Current Version
- 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)
Updated January 06, 2022