Re: schema service
"Edwin Dankert" <[email protected]> Fri, 21 Feb 2003 13:10:03 -0000
| Newsgroups | gmane.editors.xngr.general |
|---|---|
| Organization | Cladonia |
| Message-ID | <001401c2d9aa$af65d770$d739869f@windmill> |
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 ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge