[sword-devel] Preferred XML Schema

n8 sword-devel@crosswire.org
Thu, 6 Jun 2002 23:39:33 -0500


I am not directly involved with the Sword project, but I thought I could
pick up some wisdom from you guys.  I am working on web based scripture
project, and am using XML for communication of scripture (and other
data) between flash front end and php/mysql.  Rather than invent my own
way to do this, I would like to follow some other already created
schema.  I noticed THML, XSEM, and OSIS.  How do these compare?  What is
the reason you prefer and are choosing OSIS?

Thanks,
-=nathan


-----Original Message-----
From: owner-sword-devel@crosswire.org
[mailto:owner-sword-devel@crosswire.org] On Behalf Of Chris Little
Sent: Thursday, May 30, 2002 9:18 PM
To: sword-devel@crosswire.org
Subject: Re: [sword-devel] XML or NOT XML?

Use XML, preferrably OSIS.  When OSIS 1.1 is completed, we will begin 
moving all materials over to this format.

You can find information about OSIS at:
http://www.bibletechnologies.net/ and 
http://www.sbl-site2.org/Technology/OSIS/osis_beta.html

--Chris

Victor Porton wrote:
> What is your general suggestion about using XML-like vs a simpler
format in 
> module entries I develop?
> 
> Example (the sense is not understandable, but this does not matter):
> 
> <sense>
> <form name="nsm"/>
> <form name="npm"/>
> ...
> </sense>
> 
> vs
> 
> nsm npm
> ...