This issue has probably been addressed but I would just like to report
it hoping that it can be fixed on the next release (to be on par with
how Adobe ColdFusion handles it).

The following HTML code is causing the cfdocument to fail (without
error details):

<cfsavecontent variable="html">
  <html>
    <body>
      <table>
        <tr>
          <td></td>
        <tr> <!-- This is the problematic tag -->
      </table>
    </body>
  </html>
</cfsavecontent>

<CFCONTENT TYPE="application/pdf; charset=iso-8859-1">
<cfheader name="Content-Disposition"
value="attachment;filename=test.pdf">
<cfdocument format="pdf"><cfoutput>#html#</cfoutput></cfdocument>

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to