Return-Path: Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 67745 invoked by uid 500); 9 Jul 2003 21:38:23 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 67701 invoked from network); 9 Jul 2003 21:38:22 -0000 Received: from mail.gmx.de (HELO mail.gmx.net) (213.165.64.20) by daedalus.apache.org with SMTP; 9 Jul 2003 21:38:22 -0000 Received: (qmail 16933 invoked by uid 65534); 9 Jul 2003 21:38:28 -0000 Received: from a183069.studnetz.uni-leipzig.de (EHLO gmx.de) (139.18.183.69) by mail.gmx.net (mp026) with SMTP; 09 Jul 2003 23:38:28 +0200 Message-ID: <3F0C8B72.4050002@gmx.de> Date: Wed, 09 Jul 2003 23:38:58 +0200 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: de-de, de, en-gb, en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Javdoc typo in org.apache.cocoon.transformation.XMLDBTransformer - 2.1m3 References: <001101c3462d$6fb52140$2301a8c0@roderick> In-Reply-To: <001101c3462d$6fb52140$2301a8c0@roderick> 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 Thanks, fixed. Joerg Morgan Roderick wrote: > Hi gang > > I may have found a Javadoc typo in > org.apache.cocoon.transformation.XMLDBTransformer > > In the 2.1m3 release the apidoc for XMLDBTransformer reads: > > Definition: > > org.apache.xindice.client.xmldb.DatabaseImpl > xmldb:xindice:///db/collection > > > And it should probably read: > > Definition: > src="org.apache.cocoon.transformation.XMLDBTransformer"> > org.apache.xindice.client.xmldb.DatabaseImpl > xmldb:xindice:///db/collection > > > Changing the src attribute made the transformer work for me :) > > /Morgan Roderick