XML File not found error from xerces parser
I'm on page 167 on Beginning XML 2nd Ed.
After installing JRE, setting paths and classpaths, I type the following command into the Command prompt:
>java wrox.Validate name2.xml
only to receive the following error message:
[Fatal error] File "name2.xml" not found. line 0 column 0 - name2.xml
Of course, I changed directory to the folder where the name2.xml file was located.
java.exe ran O.K.
Validate.class worked O.K.
but the XML file could not be located by parser.
Where should I put my XML files to be located by parser???
Thanks in advance...
================================================== ============
|