--- rasco rasco <[EMAIL PROTECTED]> ha scritto: > > --- Gr�goire_Pau <[EMAIL PROTECTED]> ha scritto: > Hi, > > > > Maybe this is just a URI problem for XMLSchema and > > XMLSchema-Instance. > > Just check the date ! 2000/10 (XMLSchema CR) > instead > > of 1999 > > > > then, try to use : > > xmlns:xsd="http://www.w3.org/2000/10/XMLSchema" > > instead of : > > xmlns:xsd="http://www.w3.org/1999/XMLSchema" > > > > and : > > > xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" > > instead of : > > > xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" > > > no, i tried but it doesn't work. The application > tell > me, besides previous errors, that can not found my > xsd > file. > > boh!!!!!!!
thanks to Ian Roberts who found the solution. It needs add elementFormDefault="qualified" to the xsd:schema element and then it works. Don't tell me why. Luca ______________________________________________________________________ Do You Yahoo!? Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
