Return-Path: Delivered-To: apmail-xml-commons-dev-archive@www.apache.org Received: (qmail 48613 invoked from network); 8 Dec 2005 22:51:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 22:51:19 -0000 Received: (qmail 12765 invoked by uid 500); 8 Dec 2005 22:51:18 -0000 Delivered-To: apmail-xml-commons-dev-archive@xml.apache.org Received: (qmail 12643 invoked by uid 500); 8 Dec 2005 22:51:17 -0000 Mailing-List: contact commons-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list commons-dev@xml.apache.org Received: (qmail 12632 invoked by uid 99); 8 Dec 2005 22:51:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 14:51:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 14:51:17 -0800 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id jB8MosDA000812 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Dec 2005 16:50:54 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id jB8Mor3F000739; Thu, 8 Dec 2005 16:50:53 -0600 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Fri, 9 Dec 2005 09:50:48 +1100 From: David Crossley To: Andreas Grund Cc: commons-dev@xml.apache.org Subject: Re: Multiple catalog files with apache xml common resolver in apache xerces Message-ID: <20051208225048.GB15888@igg.indexgeo.com.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andreas Grund wrote: > > I use the apache xerces parser to parse a great xml-file. This xml file is splitted in serveral sub-files, which each has an individuel public id. This id is resolved to the file name using the org.apache.xml.resolver.tools.CatalogResolver class. As long as I use just one catalog file to resolve the public id, everythings works fine. But now I have to use multiple catalog files to resolve the public id. And there is the problem, I do not get the CatalogResolver to resolve all public ids found in one of the given catalog files. Is there any support for doing so or do I have to implement an own CatalogResolver, which can work with multiple catalog files? > > Thanks for your help. Are you looking for the "nextCatalog" ... "This allows one catalog to refer to another." http://xml.apache.org/commons/components/resolver/ -David