Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B048C33A for ; Mon, 21 May 2012 12:00:22 +0000 (UTC) Received: (qmail 79216 invoked by uid 500); 21 May 2012 12:00:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 78622 invoked by uid 500); 21 May 2012 12:00:17 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 78590 invoked by uid 99); 21 May 2012 12:00:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 12:00:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of apache-ant@uriah.heep.sax.de designates 213.240.137.9 as permitted sender) Received: from [213.240.137.9] (HELO uriah.heep.sax.de) (213.240.137.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 May 2012 12:00:09 +0000 Received: from uriah.heep.sax.de (localhost [127.0.0.1]) by uriah.heep.sax.de (Postfix) with ESMTP id 860F113 for ; Mon, 21 May 2012 13:59:45 +0200 (MET DST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on uriah.heep.sax.de X-Spam-Level: Received: from cygnus.heep.sax.de (cygnus.heep.sax.de [213.240.137.10]) by uriah.heep.sax.de (Postfix) with ESMTP for ; Mon, 21 May 2012 13:59:45 +0200 (MET DST) From: Susanne Wunsch To: user@ant.apache.org Subject: Re: Ant 1.8.2 schemavalidate and xmlcatalog Organization: private References: <1337444745484-5712372.post@n5.nabble.com> Date: Mon, 21 May 2012 13:59:44 +0200 In-Reply-To: <1337444745484-5712372.post@n5.nabble.com> (polymorphisme's message of "Sat, 19 May 2012 09:25:45 -0700 (PDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Old-Spam-Status: No, score=-2.6 required=6.5 tests=BAYES_00 autolearn=ham version=3.2.5 Hello, polymorphisme writes: > I try to use the task schemavalidate with xmlcatalog like this : > > classname="org.apache.xerces.parsers.SAXParser" > classpathref="${lib.dir}/xercesImpl-2.7.1.jar" > disableDTD="false" fullchecking="true" > file="${etc.dir}/xml-xsd-valid.xml"> > > [snip ant output] > Otherwise, at page http://ant.apache.org/manual/Tasks/schemavalidate.html, > we can read : > This task supports the use of nested > elements Sorry, I don't have any experiences with real XML catalogs following the OASIS definition. I embedded the catalog definition in the ant syntax and that works fine for me. Maybe it helps... Kind regards... Susanne --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org