Could someone give me an example of PL/SQL code that would make the following actions:
1. Convert a CLOB from WIN1252 to AL32UTF8,
2. Convert the CLOB to a BLOB,
3. Use WPG_DOCLOAD.DOWNLOAD_FILE to download the BLOB as a XML file.

Thank you.