[osis-core] Tutorial / Walkthru

Todd Tillinghast osis-core@bibletechnologieswg.org
Thu, 7 Nov 2002 14:09:05 -0700


Troy,

It would be better to use a public reference to "osisCore.1.1.xsd".

Rather than 
<osis xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="osisCore.1.1.xsd">

use 
<osis xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="www.bibletechnologies.net
http://www.bibletechnologies.net/osisCore.1.1.xsd">

Otherwise every one that wants to use an XML Document will have to have
a copy of the schema in the same "folder" as the document.  

Todd