declare namespace ns0="http://com.sap/b"; <people> { for $p in /people//person return <person> <firstName>{$p/firstName/text()}</firstName> <lastName>{$p/lastName/text()}</lastName> </person> } </people>
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!