Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 35965 invoked from network); 29 Jan 2005 01:39:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Jan 2005 01:39:22 -0000 Received: (qmail 52761 invoked by uid 500); 29 Jan 2005 01:39:15 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 52630 invoked by uid 500); 29 Jan 2005 01:39:14 -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 52616 invoked by uid 99); 29 Jan 2005 01:39:14 -0000 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,FORGED_YAHOO_RCVD X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web30506.mail.mud.yahoo.com (HELO web30506.mail.mud.yahoo.com) (68.142.200.119) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 28 Jan 2005 17:39:13 -0800 Received: (qmail 37147 invoked by uid 60001); 29 Jan 2005 01:39:11 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=OKTL+40zL8tySG3a1jR9o79Ef9lQqxzyQeGWFPVwhFsVO4cIAUPHTlOsrIO5ti6WgKJj8lo/UQgBe1YTF27dQYz8G4SV6F3dgM+g9zdOEdbo3wZ56Cr/T6jg7fvYxcKZIONByRpLUgmUJ2mkecUPsGYum/Y95KScsGc/ScXKkQM= ; Message-ID: <20050129013911.37145.qmail@web30506.mail.mud.yahoo.com> Received: from [24.249.201.19] by web30506.mail.mud.yahoo.com via HTTP; Fri, 28 Jan 2005 17:39:10 PST Date: Fri, 28 Jan 2005 17:39:10 -0800 (PST) From: Chris Subject: converting text in an element to attributes. To: users@cocoon.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Anybody know a transformer or something to take attributes out of the text() of an element and get them into real attributes. I want to trap this one element called and parse it's text and create real attributes, but then copy the rest of the document as it. >From this: attr1="value 1" attr2="value 2" More textand elements To This: More textand elements --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org