[osis-core] osisCore 1.9.9.7 and Topologi: namespace error

Kirk Lowery osis-core@bibletechnologieswg.org
Thu, 30 Oct 2003 09:51:00 -0500


This is a multi-part message in MIME format.
--------------050405020209060203020900
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gents,

Consider the attached test file (which I took straight out of the OSIS
User manual. When I attempt validation in Topologi, I get the following
error:

"Error: Namespace problem: Expecting no namespace, but the schema
document has a target namespace."

Then there follows a bunch of "unknown element" type of errors, which
means the Topologi is not reading the rest of the schema.

Steve gets the same error using jedit (saxon underneath?).

Please try this out using your tools. I get this error with 1.5 or
later, but *not* with 1.1.1.

You'll need to change the location of the schema in the test file to
match your local setup.

Thanks!

Greetings from Steve and me in a bright, crisp Maryland morning.

Kirk
- --
Kirk E. Lowery, Ph.D.
Director, Westminster Hebrew Institute
Adjunct Professor of Old Testament
Westminster Theological Seminary, Philadelphia

Theorie ist, wenn man alles weiss und nichts klappt.
Praxis ist, wenn alles klappt und keiner weiss warum.
Bei uns sind Theorie und Praxis vereint:
nichts klappt und keiner weiss warum!


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/oSVRfUA6+Yl7duERAr3rAJ43LrJ0KeY0MAa2BJa5DERlZThvGQCfeyHu
UPDFgRHwM4IsVrP1TIsURpE=
=pelv
-----END PGP SIGNATURE-----

--------------050405020209060203020900
Content-Type: text/xml;
 name="test.xml"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="test.xml"

<?xml version="1.0" encoding="UTF-8"?>
<osis xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:noNamespaceSchemaLocation
   ="file:///Documents and Settings/klowery.ADMIN/Desktop/OSIS/LAWG/osisCore.1.9.9.7.xsd">
	<osisText osisIDWork="CEV" osisRefWork="Bible" lang="en">
		<header>
			<work osisWork="CEV">
				<title>Contemporary English Version</title>
				<identifier type="ISBN">1585160555</identifier>
				<rights type="copyright">Copyright 1995, 2003
					American Bible Society</rights>
				<refSystem>Bible</refSystem>
				<scope osisRef="John.1.1"/>
			</work>
			<work osisWork="Bible">
				<refSystem>Bible</refSystem>
			</work>
		</header>
		<div type="book" osisID="John">
			<title>John</title>
			<chapter osisID="John.1">
				<title>Chapter 1</title>
				<v osisID="John.1.1">In the beginning 
					was the one who is
				called the Word. The Word was with 
					God and was truly God.</v>
			</chapter>
		</div>
	</osisText>
</osis>
--------------050405020209060203020900--