[
Lists Home |
Date Index |
Thread Index
]
Hi Charles,
(sorry if this end up as a duplicate, I got my first reply back with an
error message)
It looks like you did not set a system ID for your XML file and the
parser tries to resolve the relative location of the schema starting
from the current directory.
Hope that helps,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Charles Francoise wrote:
>
> Hello,
>
> I'm trying to parse an XML file with Xerces and Java, and I'm facing a
> problem.
> Xerces can't open schema files if I give him the name as a relative
> path. Whether defined in the root tag (xsi:schemaLocation) or as a
> property of the parser (DOMParser.setProperty()).
>
> All I get is this error :
> [warning] schema_reference.4: Failed to read schema document
> './profile.xsd', because 1) could not find the document; 2) the document
> could not be read; 3) the root element of the document is not <xsd:schema>.
> [error] cvc-elt.1: Cannot find the declaration of element 'profile'.
>
> Does anyone know of this behavior ? Can anyone help ?
>
> Thank you
> Charles
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://www.oasis-open.org/mlmanage/index.php>
>
|