On Fri, Dec 18, 2009 at 11:53 AM, larryclyons <[email protected]> wrote:
> Greetings, > > I'm trying to use htmltidy to clean up a large-ish html file of about > 195K. There's no problem reading it in as a variable using cfinclude > and cfsavecontent, but when I run the string variable through the > htmltidy function, the result is an empty string. > > Couple of things to try just for kicks--have you tried reading the file in using cffile instead of cfinclude in a cfsavecontent? Also is the HTML file itself problematic for some reason? Meaning maybe there's something in the HTML file itself that's causing jtidy to choke, rather than there being some sort of size limit. Is the HTML file something you can share for troubleshooting purposes? -- Matthew Woodward [email protected] http://mpwoodward.posterous.com identi.ca/Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- 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 !!
