I am familiar typical with XQuery joins in Tamino like:
for $x in input()\employee,
$y in input()\doc
where $x/@employee_id = $y/@employee_id
</pre><BR><BR>But how would you do something like this SQL equivalent of an outer join:<BR><pre class="ip-ubbcode-code-pre">
select * from employee e
left outer join doc d on e.employeeid = d.employeeid
#webMethods#API-Management#Tamino