Page 1 of 1

Validate XML with schema XSD.

Posted: Thu Nov 27, 2014 5:47 am
by agarcia
Hello,

I have an XML file, I want validate it with a schema XSD.
In all tests performed I get the following message:

27/11/2014 11:41:01 INFO File 'C:\pruebasXML\noteresult.xml' (166 bytes) was created successfully
27/11/2014 11:41:09 ERROR [8098 - xmlWrite] schema_reference.4: Failed to read schema document 'file://pruebasXML/note.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>.
27/11/2014 11:41:09 INFO Finished project 'Verificar XML con XSD'


Does anyone know what could be the problem?

Thanks.

Antonio Garcia

[email protected]

Re: Validate XML with schema XSD.

Posted: Mon Dec 08, 2014 10:19 am
by Support_Rick
Antonio,

Can you provide the Project XML and full Job Log so that we can review? You can email them to [email protected] if you'd rather do that.

Thanks!

Re: Validate XML with schema XSD.

Posted: Thu Dec 18, 2014 3:38 am
by Jonathan
It looks to me like Director can't access the xsd path.

You are using file://pruebasXML/note.xsd which Windows will take to mean \\pruebasXML\note.xsd if the path is on the local drive like the noteresult.xml this URI should be something like file:///C:/prubasXML/note.xsd