From commons-user-return-16819-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Mon Jul 03 20:49:13 2006 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 62702 invoked from network); 3 Jul 2006 20:49:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 20:49:12 -0000 Received: (qmail 6398 invoked by uid 500); 3 Jul 2006 20:49:07 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 6265 invoked by uid 500); 3 Jul 2006 20:49:06 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 6171 invoked by uid 99); 3 Jul 2006 20:49:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 13:49:06 -0700 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 [210.54.141.245] (HELO fep01.xtra.co.nz) (210.54.141.245) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 13:49:05 -0700 Received: from [10.1.1.8] (really [222.153.38.207]) by fep01.xtra.co.nz with ESMTP id <20060703204304.CNF9780.fep01.xtra.co.nz@[10.1.1.8]> for ; Tue, 4 Jul 2006 08:43:04 +1200 Subject: RE: xsd and org.apache.commons.digester.Digester From: Simon Kitching To: Jakarta Commons Users List In-Reply-To: <1151958294.6109.5.camel@blackbox> References: <1151958294.6109.5.camel@blackbox> Content-Type: text/plain Date: Tue, 04 Jul 2006 08:43:08 +1200 Message-Id: <1151959388.6109.16.camel@blackbox> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Mon, 2006-07-03 at 10:59 -0400, Darren Hall wrote: > Simon, > > Thanks for the response. Is there anywhere you can point me that might have > an example of how to do this. Also, is this a common issue when working with > commons digester and xsd? I'm not seeing a lot of information about it in my > Google searches. I don't think a lot of people use xsd validation together with Digester. Validating the input is generally a *good* idea, but it doesn't seem to be common. The FAQ describes how to configure schema validation: http://wiki.apache.org/jakarta-commons/Digester/FAQ See "How can I validate the input document against a schema?". Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org