I have a XMLTYPE with the following content:
user1
select xt.* from xmltable('/users/user' passing xmltype(' user1 user2 user3 ') columns name varchar2(10) path 'name' ) xt