OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Associating an XML Schema with a XML Document

[ Lists Home | Date Index | Thread Index ]

> xsi:schemaLocation="file://d//ibm//dev//workspaces//dominoportal//dominoadapter booksextended.xsd">

Ok, let me guess.. your schema declares a http://www.books.org
namespace, but that bit is missing from your schema location. You also
have a space in your physical schema location. Try this (note the %20
instead of the space):

xsi:schemaLocation="http://www.books.org
file://d//ibm//dev//workspaces//dominoportal//dominoadapter%20booksextended.xsd"

Christian






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS