Suggestion, export result to XML, and other forms

I like PL/SQL Developer's capability to export/copy result to different type of file, however, I have few suggestions:
1. To XML, it will be nice to support cursor statement, e.g., cursor in select list. I am using version 6.0.3 and I can only export one level of XML. it would be very nice to be able to export multi-level nested cursor statement result to a hirearchical XML file.
2. It will be even better if users can customized tags instead of using default , tags.
3. Sames for HTML export, it just make nicer report, more like grouped by top level and next level and so on, like a pivot table.
4. Not sure if it makes sense to CSV and TSV file (?)

Thanks
 
Back
Top