Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 10221 invoked from network); 1 Dec 2000 01:25:57 -0000 Received: from iris.nyit.edu (198.242.56.34) by locus.apache.org with SMTP; 1 Dec 2000 01:25:57 -0000 Received: from localhost (yeldakar@localhost) by iris.nyit.edu (8.9.1b+Sun/8.9.1) with SMTP id UAA26610 for ; Thu, 30 Nov 2000 20:25:30 -0500 (EST) Date: Thu, 30 Nov 2000 20:25:09 -0500 (EST) From: Yusuf To: general@xml.apache.org Subject: 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 using Xerces in a Java application. When execution reaches the line: DOMParser parser = new DOMParser(); I get an InvalidDataTypeFacetException. This happened on both Linux and Win32. I looked for documentation on InvalidDataTypeFacetException, but couldn't find any useful hints. This exception doesn't seem to result in any harmful consequences, but I'd really appreciate any help on how I might be able to silence this exception. Yusuf