You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Yusuf <ye...@iris.nyit.edu> on 2000/12/01 02:25:09 UTC

Xerces-J: InvalidDataTypeFacetException

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