Jerruggeple
New Member
\[code\]The property transfer :{ declare namespace man="http://managememberdata_1"; declare namespace man1="http://managedata_1";<man:a> { for $x in //man1:groupResponse where $x/man1:status eq "AC" return <man:groupId>{(data($x/man1:groupId/text()))}</man:groupId> }</man:a>}\[/code\]If i don't put the tag it results into an exception, If I do put it then its gets transferred to the next request with the name space. I wanna transfer the value of group id from the response to the next request. Please help...