Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 94973 invoked from network); 10 Jan 2004 09:34:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Jan 2004 09:34:05 -0000 Received: (qmail 14443 invoked by uid 500); 10 Jan 2004 09:33:35 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 14430 invoked by uid 500); 10 Jan 2004 09:33:35 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 14412 invoked from network); 10 Jan 2004 09:33:35 -0000 Received: from unknown (HELO postfix3-1.free.fr) (213.228.0.44) by daedalus.apache.org with SMTP; 10 Jan 2004 09:33:35 -0000 Received: from free.fr (fontenay-4-81-56-42-18.fbx.proxad.net [81.56.42.18]) by postfix3-1.free.fr (Postfix) with ESMTP id 56BD3C41F8 for ; Sat, 10 Jan 2004 10:33:47 +0100 (CET) Message-ID: <3FFFC6F6.1090302@free.fr> Date: Sat, 10 Jan 2004 10:33:42 +0100 From: Gilles Dodinet User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Users List Subject: Re: [jelly-xml] (solved) xml:copy outputs attributes as text also References: <3FFBB21E.5060908@free.fr> <3FFDD747.9060701@free.fr> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Paul, thanks for your reply. indeed im using it from within maven to transform some xdoc-processed document (using also jelly:html - need to change the href attribute of img elements). Ive logged in a non-systematic some of the outputted elements, i will do it more systematically because in fact the template i posted yesterday ("* | text()") doesnot work : all text children of a given node are outputted *after* all other children.. however it is perhaps my xsl knowledge that is a bit light ;) so ill continue to investigate and come back with the solution if i ever find it ;) regards, -- gd Paul Libbrecht wrote: > Gilles, > > There's a fair amount of possible variables that can bite you here. > > Are you using jelly within maven ? If yes, this might be infamous > output bugs of dom4j 1.4b8 which is used in maven (as the release > broke with entities). > > I would do something like logging the elements of your process (using > the log taglib)... the dom4j' default-nodes toStrings are pretty > impressing! > (and also expensive I think). > > Paul --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org