<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>Using schema from a Jar file</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>I am developing an application that will need to use and validate XML configuration files. I'd like the config files to not only be well-formed, but to conform to a schema. The schema will be deployed with the application in a JAR file. The question is, how can I let the parser know (I plan to use Xerces) where the schema in within the JAR file? Is the property &quot;external-noNamespaceSchemaLocation&quot; limited to a string?</FONT></P>

<P><FONT SIZE=2>Chikeobi</FONT>
</P>

</BODY>
</HTML>