{for $pi in $CanonicalView/Registration return {$pi/title/text() } {$pi/firstname/text() } {$pi/lastname/text() } { $pi/government/text() } { $pi/city/text() } { $pi/pi_url/text() }
{ $pi/address1/text() } { $pi/address2/text() }
{ $pi/city/text() } { $pi/state/text() } { $pi/zipcode/text() } { $pi/email/text() } { $pi/phone/text() } { $pi/fax/text() } { $pi/foodpref/text() } { $pi/facilitator/text() } { $pi/day1/text() } { $pi/day2/text() } { $pi/day3/text() } { $pi/discussgrouppref1/text() } { $pi/othergroupref1/text() } { $pi/discussgrouppref2/text() } { $pi/othergroupref2/text() } {for $gr in $CanonicalView/GrantReport where $gr/email=$pi/email return { $gr/project_name/text()} { $gr/grantReportURL/text() } }
}