# USFM_to_OSIS_controls.txt # # This is a sample control file for creating an OSIS XML Bible text file # You should edit this UTF-8 file for your specific situation # # Any line with a # in the first column is a comment line ignored by the program # Unless otherwise specified, most entries consist of a variable name on the left, # and equals sign (with optional spaces either side), and the assigned value. # e.g., DoThis = True # Note that all fieldnames and settings are CASE SENSITIVE # # The following values determine the Bible organisational system (especially needed for Bible references) LanguageCode = American Standard Version (1901) PublicationCode = GENERIC # The following values are copied into the output file xmlLanguage = en LanguageName = American Standard Version (1901) osisIDWork = American Standard Version (1901) osisWork = American Standard Version (1901) # Allowed values are BCV (book/chapter/verse) or BSP (book/section/paragraph) osisStructure = BCV # Allowed values are byBook, byTestament, or byBook osisFiles = byBook # Allowed values are All or None or Header # This affects how many space and newline characters are included in the output file(s) osisHumanReadable = All # This section only applies if byBook is selected above osisOutputFilename = American Standard Version (1901)_OSIS_Bible.xml Title = American Standard Version (1901) Bible Identifier = American Standard Version (1901) LogFilename = USFM_to_OSIS_logfile.txt # This section only applies if byTestament or byBook is selected above # The fields must contain XxXxX which will be automatically replaced by the program osisOutputFilenameTemplate = American Standard Version (1901)_OSIS_XxXxX.xml TitleTemplate = American Standard Version (1901) XxXxX IdentifierTemplate = American Standard Version (1901) XxXxX LogFileTemplate = American Standard Version (1901)_OSIS_XxXxX_logfile.txt ## End of USFM_to_OSIS_controls.txt