Got it. I had a few issues getting it to work as I kept getting the following error message, followed by a message saying it couldn't call tidy: The process cannot access the file because it is being used by another process. Looks like this may be related to how Windows handles file connections. I to make twill create separate temp error files for the twill call redirects, e.g. _tidy_cmd = "tidy -q -ashtml -o %(output)s -f %(err)s %(input)s > %(err2)s 2> %(err3)s"
Thx, Ramon ________________________________ From: Titus Brown [mailto:[EMAIL PROTECTED] Sent: Sun 11/05/2006 21:23 To: Ramon Felciano Cc: [EMAIL PROTECTED]; [email protected] Subject: Re: [twill] Twill form parsing error depending on br tag formatting (missing form fields) On Sun, Nov 05, 2006 at 09:20:22PM -0800, Ramon Felciano wrote: -> I expect that you are right. Is there a way to have twill pipe all visited pages through something like Tidy to clean them up? Yes: install tidy and it will automatically happen ;) If you specify 'configure require_tidy +' then it will *require* that tidy exist before the scripts are executed. cheers, --titus ----+---- This email message (and any attached document) contains information from Ingenuity Systems Inc. which may be considered confidential by Ingenuity, or which may be privileged or otherwise exempt from disclosure under law, and is for the sole use of the individual or entity to whom it is addressed. Any other dissemination, distribution or copying of this message is strictly prohibited. If you receive this message in error, please notify me and destroy the attached message (and all attached documents) immediately. _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
