Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 78620 invoked from network); 26 Nov 2004 07:00:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Nov 2004 07:00:45 -0000 Received: (qmail 69723 invoked by uid 500); 26 Nov 2004 07:00:35 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 69676 invoked by uid 500); 26 Nov 2004 07:00:34 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 69660 invoked by uid 99); 26 Nov 2004 07:00:34 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ns-3.csir.co.za (HELO wabe.csir.co.za) (146.64.10.166) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 25 Nov 2004 23:00:33 -0800 Received: from cs-emo.csir.co.za (cs-emo.csir.co.za [146.64.10.40]) by wabe.csir.co.za (8.12.5/8.12.5) with ESMTP id iAQ6xjBl010159 for ; Fri, 26 Nov 2004 08:59:48 +0200 Received: from GW-EMO-MTA by cs-emo.csir.co.za with Novell_GroupWise; Fri, 26 Nov 2004 08:59:44 +0200 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.2 Date: Fri, 26 Nov 2004 08:59:22 +0200 From: "Derek Hohls" To: Subject: Re: Using htmlArea 'output' with SVG Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-CSIR-MailScanner-Information: Please contact sys-admin at csir dot co dot za for more information X-CSIR-MailScanner: Found to be clean X-MailScanner-From: dhohls@csir.co.za X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N OK, and then what ... in my flowscript, I do the following (simple?!) steps: //show form form.showForm("myform-display-pipeline") // bind the form's data back to the document form.save(document); How do I go about ensuring that the "altered" data from the "fieldName" entry is included in the saved document? Thanks Derek >>> ugo@apache.org 2004/11/25 05:02:18 PM >>> Il giorno 25/nov/04, alle 11:36, Derek Hohls ha scritto: > Thanks for the further, tantalizing hints... what would > be an example of one the "couple of flowscript lines " > that one would need to ensure that XML and not plain > strings were sent through for storage? form.showForm(...); var html = form.getModel().fieldName; var dom = HTMLParser.parse(html); Ugo -- Ugo Cei - http://beblogging.com/ -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org