I am using java5.0-rc while compiling my program i am getting following messages...
Validation was turn on but an org.xml.sax.ErrorHandler was not set which is probably not what is desired. Parser will use a default ErrorHander to print the firt 10 errors pleas call the 'setErrorHandler' method to fix this.
Error: URI=null Line=1: Document root element is "Arial", Must Match DOCTYPE root "null"
Error: URI=null Line=1: Document is invalid, no grammar found.
Actualy i can't understand what's wrong with my program wich is using following xml file.
<?xml version = "1.0" encoding="utf-8" ?>
<Arial>
<F001>Folder</F001>
.........
.........
.........
.........
.........
.........
</Arial>
pls help me to resolve the problem, Thanx in advance.
Validation was turn on but an org.xml.sax.ErrorHandler was not set which is probably not what is desired. Parser will use a default ErrorHander to print the firt 10 errors pleas call the 'setErrorHandler' method to fix this.
Error: URI=null Line=1: Document root element is "Arial", Must Match DOCTYPE root "null"
Error: URI=null Line=1: Document is invalid, no grammar found.
Actualy i can't understand what's wrong with my program wich is using following xml file.
<?xml version = "1.0" encoding="utf-8" ?>
<Arial>
<F001>Folder</F001>
.........
.........
.........
.........
.........
.........
</Arial>
pls help me to resolve the problem, Thanx in advance.

