On Thu, 22 Feb 2001, Gr�goire Pau wrote: > 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" >
Xerces-j 1.2.3 requires the 1999 URIs. Ian -- Ian Roberts, Software Engineer DecisionSoft Ltd. tel: +44-1865-203192 http://www.decisionsoft.com
