I downloaded trial version 6.0.5.931 of PL/SQL Developer. I have a pipelined table function, which returns records containing a number of 'normal' columns, and one column of type XMLType.
Now, when I query this function in the SQL window:
select * from table(f_my_table_function(100, 200))...