Hi,
with a server test, i've migrate on oracle 9.2 and on my pc client i've installed oracle client 9.2 with all XML option.
Now i've tried to execute a query in this style
select XMLElement("Emp",
XMLAttributes(e.employee_id AS "ID", e.last_name),
XMLElement("Dept",e.dept)...