Re: [sword-devel] KJV Ref List

2008-07-16 Thread Wolfgang Schultz
OkiDoki Greg here is a litle tool if you want to extract another refs from an OSIS bible file. ;-) http://www.zefania.de/tools/mis/OsisVerseRefExtractor.zip Have fun! Wolfgang http://www.zefania.de 2008/7/16 Greg Hellings <[EMAIL PROTECTED]>: > On Wed, Jul 16, 2008 at 12:45 PM, Wolfgang Sc

Re: [sword-devel] KJV Ref List

2008-07-16 Thread Greg Hellings
On Wed, Jul 16, 2008 at 12:45 PM, Wolfgang Schultz <[EMAIL PROTECTED]> wrote: > Hi, > > i have not used XSLT but here are your IDS > > http://www.zefania.de/tools/mis/osisids-kjyfull.zip Thanks, that's exactly what I was looking for! I don't use or know anything about C# beyond what it is, but I

Re: [sword-devel] KJV Ref List

2008-07-16 Thread Wolfgang Schultz
Hi, i have not used XSLT but here are your IDS http://www.zefania.de/tools/mis/osisids-kjyfull.zip and here is the code in c# using (sw) { using (XmlReader osisModulReader = XmlReader.Create(PathToOsisBibleModul)) { osisModulReade

[sword-devel] KJV Ref List

2008-07-16 Thread Greg Hellings
Maybe someone has already done this, but I'm trying to extract an exhaustive list of all the osisID values in the KJV's original OSIS files so I can test it against my current output. I figured that XSL was the prime method to do this. So I wrote this, very basic, XSLT: http://www.w3.org/1999/