Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 67575 invoked from network); 24 May 2007 14:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 14:12:17 -0000 Received: (qmail 48569 invoked by uid 500); 24 May 2007 14:12:21 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 48492 invoked by uid 500); 24 May 2007 14:12:21 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 48481 invoked by uid 99); 24 May 2007 14:12:21 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 07:12:21 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 May 2007 07:12:15 -0700 Received: (qmail 67282 invoked from network); 24 May 2007 14:11:53 -0000 Received: from localhost (HELO carsten-ziegelers-computer.local) (127.0.0.1) by localhost with SMTP; 24 May 2007 14:11:53 -0000 Message-ID: <46559DC3.5060403@apache.org> Date: Thu, 24 May 2007 16:14:27 +0200 From: Carsten Ziegeler User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: CForms binding with namespaces error - advice wanted References: <4653073A.1020300@mi.unimaas.nl> <46535023.1050507@gmx.de> <46540208.1030209@gmail.com> <465410CC.6020605@apache.org> <465416ED.3040904@outerthought.org> <4654208B.3060403@gmail.com> <465481F2.7070508@gmx.de> <465495D5.10706@gmail.com> <4654997A.4090002@apache.org> <46553ECD.3010203@outerthought.org> <46555613.6090503@apache.org> <465584C8.7020307@outerthought.org> <465592ED.1070209@gmail.com> <465599CE.4060804@apache.org> <46559B9E.5000209@gmail.com> In-Reply-To: <46559B9E.5000209@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Helma wrote > > Yes. Source is: > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:type="ORIGINAL_VERSION"> > > So in fact I want the first line of the binding file to bind to /oe:version > > I don't think there are unused prefixes in both binding and source. > Ah, sorry, I meant are you really using the prefix in the binding file? Using the prefix inside of an attribute (like the path attribute) does actually not use the prefix. This is just arbitrary text for the parser. Carsten