Smiley Face    

King James Bible
by Robin Snyder  ,  robin@RobinSnyder.com , source: STICS/bible1 [NV/asp]
[page formatted/updated on 2008/04/21 at 16:09:00 , loaded on 2012/02/08 at 16:41:22 ]
versions:    screen-friendly    printer-friendly


1.0 King James Bible

    This page is an experiment in using XML (Extensible Markup Language) for text data storage and access. I downloaded a public domain version of the KJV (King James Bible) in text format. Then, I wrote a Delphi Pascal program to read the text and output it in XML format, using the MSXML COM (Component Object Model) component. Then, I wrote this web page in ASP (Active Server Pages) , to provide a user interface to the XML data. Here is the result.

    If you have any ideas for improving the user interface, please let me know. The current user interface assumes a hierarchical tree structure for the text database. In this case, a Bible that contains one or more books, books that contain one or more chapters, and chapters that contain one or more verses.

    xml_request1=[False]::[Boolean]
    xml_string1=[False]::[Boolean]
    xml_fs1=[C:\Domains\robinsnyder.com\wwwroot\X\KJV.XML\00-000.rms]::[String]
    Hex(xml_err1)=[80070003]::[String]
    xml_msg1=[The system cannot find the path specified. ]::[String]
    xml_ec1=[False]::[Boolean]
    There was a problem loading "C:\Domains\robinsnyder.com\wwwroot\X\KJV.XML\00-000.rms" [The system cannot find the path specified. ].
    xml_request1=[False]::[Boolean]
    xml_string1=[False]::[Boolean]
    xml_fs1=[C:\Domains\robinsnyder.com\wwwroot\X\KJV.XML\01-001.rms]::[String]
    Hex(xml_err1)=[80070003]::[String]
    xml_msg1=[The system cannot find the path specified. ]::[String]
    xml_ec1=[False]::[Boolean]
    There was a problem loading "C:\Domains\robinsnyder.com\wwwroot\X\KJV.XML\01-001.rms" [The system cannot find the path specified. ].


2.0 Acronyms



by Robin Snyder  ,  robin@RobinSnyder.com , source: STICS/bible1 [NV/asp]