How to write an XMLDOM document to a BLOB in a table
501321Apr 11 2006 — edited Apr 12 2006I am working with APEX (HTML DB) and need to create an XMLDOM document and download this onto a users PC.
I need to create an XMDOM document and insert this into a Table (into a BLOB) to allow users to download it later.
I can create an XMLDOM document and can download documents that are already in tables, but I don't know how to get a document into a BLOB in a PL/SQL procedure.
Any suggestions would be appreciated.