Hi,I have simple XML with XSD schema, in the same directory. While parsing XML, I get error from handler:
An exception occurred! Type:RuntimeException, Message:Warning: The primary document entity could not be opened. Id=/home/lvanek/Desktop/XML_Schema/employee.xsd
Tested with Xerces 3, yesterday sources from SVN. What is wrong ? Lumir Vanek
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <employee hireDate="2001-04-02" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="employee.xsd"> <number>557</number> <status>FT</status> </employee>
employee.xsd
Description: application/xml
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
