I have a specific kind of node in which the user must paste FULL html into the body field. E.g. html including the html, head and body tags. Apparently, Drupal’s version of “full html” is infact not “full html” as it strips out these tags.
How can I circumvent Drupal?
I solved this by using the nodeapi hook in a module in a fairly brutal way: