From yeldakar@iris.nyit.edu Sat Dec 2 03:47:54 2000 Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 29711 invoked from network); 2 Dec 2000 03:47:54 -0000 Received: from iris.nyit.edu (198.242.56.34) by locus.apache.org with SMTP; 2 Dec 2000 03:47:54 -0000 Received: from localhost (yeldakar@localhost) by iris.nyit.edu (8.9.1b+Sun/8.9.1) with SMTP id WAA03585 for ; Fri, 1 Dec 2000 22:47:27 -0500 (EST) Date: Fri, 1 Dec 2000 22:47:27 -0500 (EST) From: Yusuf To: general@xml.apache.org Subject: Re: Xerces-J InvalidDataTypeFacetException Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm getting the InvalidDataTypeFacetException with Xerces-J 1.2.0, and the following is a file I tried to parse. (I seem to get the exception before I even specify a file to parse - right when I say DOMParser parser = new DOMParser();.) Thanks again.