Re: [xngr-user] schema service
Brought to you by:
edankert
From: Edwin D. <eda...@cl...> - 2003-02-21 13:11:15
|
Hello Rado, > I have included schema in xml file. > > I replaced my code with this: > > > <?xml version="1.0" encoding="windows-1250"?> > > <xsd:schema > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="http://www.w3.org/2001/XMLSchema > > http://www.w3.org/2001/XMLSchema.xsd" > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > ........... > > </xsd:schema> > > I got error message "Ln 6: cvc-elt.1: Cannot find the declaration of > element 'xsd:schema'." for this : > > xmlns:xsd="http://www.w3.org/2001/XMLSchema"> > > ?? what is happen? The thing that is happening here is that it can't find the file: http://www.w3.org/2001/XMLSchema.xsd Make sure that you are online when you are trying to validate the document. Please let me know about any other problems, Edwin |