Re: Problem to validate XML with XML Schema

Gianni,


  <Invoice xsi:schemaLocation="http://localhost:8080 http://localhost:8080/InvoiceXML.xsd" 
                           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance  http://localhost:8080"

                           xmlns="http://localhost:8080"

                           DocType="Delete">



You should specify correctly the binding of the xsi prefix to the http://www.w3.org/2001/XMLSchema-instance namespace.

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Regards,
 George
-------------------------------------------------------------
George Cristian Bina mailto:george@oxygenxml.com 
<oXygen/> XML Editor - http://www.oxygenxml.com/

Received on Monday, 2 February 2004 06:26:21 UTC