I am using this URL to access the raw HTML of a component:
/index.php?option=com_downloadform&tmpl=component
However it also returns the document type, title tags, head tags etc.
Is there a way to return only the content between <body> and </body>?
Thanks,
Ian
<body>(this includes nav, header, footer, all modules etc) or just the content that your component outputs? - MrCode