I need to store raw XML code in a database without parsing it. Encapsulating a .xml file in <![CDATA[...]]> works fine.
If I receive an XML file with obj.load(request), however, I cannot get it back to raw text to INSERT it into the database.
Any ideas?